Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Sep 11, 2018
1 parent a3e9118 commit bac6e53
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2012-2017 Jared Hanson
Copyright (c) 2012-2018 Jared Hanson

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# kerouac-sitemap

[Kerouac](https://github.com/jaredhanson/kerouac) middleware that generates
generates [sitemaps](http://www.sitemaps.org/), informing search engines about
pages that are available for crawling

Status:
[![Version](https://img.shields.io/npm/v/kerouac-sitemap.svg?label=version)](https://www.npmjs.com/package/kerouac-sitemap)
[![Build](https://img.shields.io/travis/jaredhanson/kerouac-sitemap.svg)](https://travis-ci.org/jaredhanson/kerouac-sitemap)
[![Quality](https://img.shields.io/codeclimate/github/jaredhanson/kerouac-sitemap.svg?label=quality)](https://codeclimate.com/github/jaredhanson/kerouac-sitemap)
[![Coverage](https://img.shields.io/coveralls/jaredhanson/kerouac-sitemap.svg)](https://coveralls.io/r/jaredhanson/kerouac-sitemap)
[![Dependencies](https://img.shields.io/david/jaredhanson/kerouac-sitemap.svg)](https://david-dm.org/jaredhanson/kerouac-sitemap)


[Kerouac](https://github.com/jaredhanson/kerouac) middleware that generates
generates [sitemaps](http://www.sitemaps.org/), informing search engines about
pages that are available for crawling

## Install

$ npm install kerouac-sitemap
Expand All @@ -34,8 +34,4 @@ site.page('/sitemap_index.xml', require('kerouac-sitemap').index());

[The MIT License](http://opensource.org/licenses/MIT)

Copyright (c) 2012-2017 Jared Hanson <[http://jaredhanson.net/](http://jaredhanson.net/)>

<a target='_blank' rel='nofollow' href='https://app.codesponsor.io/link/vK9dyjRnnWsMzzJTQ57fRJpH/jaredhanson/kerouac-sitemap'>
<img alt='Sponsor' width='888' height='68' src='https://app.codesponsor.io/embed/vK9dyjRnnWsMzzJTQ57fRJpH/jaredhanson/kerouac-sitemap.svg' />
</a>
Copyright (c) 2012-2018 Jared Hanson <[http://jaredhanson.net/](http://jaredhanson.net/)>

0 comments on commit bac6e53

Please sign in to comment.