Skip to content

Commit

Permalink
Merge pull request #19 from innovativeinnovation/cho-update-docs
Browse files Browse the repository at this point in the history
Update documentation
  • Loading branch information
williambelle committed Jul 19, 2019
2 parents b5f3350 + 01ad47d commit 22d0703
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Contributing
============

Welcome, so you are thinking about contributing ?
Welcome, so you are thinking about contributing?
Awesome, this a great place to start.

Setup
Expand Down Expand Up @@ -31,10 +31,10 @@ npm run coverage
Release
-------

1. Bump the correct version (`npm version [<newversion> | major | minor | patch]`)
2. Update the file [CHANGELOG.md](CHANGELOG.md)
3. Create the tag (`git tag -a v<version> -m "Tagging the v<version> release"`)
4. Publish with `npm publish`
1. Bump the correct version (`npm version [<newversion> | major | minor | patch]`)
1. Update the file [CHANGELOG.md](CHANGELOG.md)
1. Create the tag (`git tag -a v<version> -m "Tagging the v<version> release"`)
1. Publish with `npm publish`

License
-------
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<img alt="Coverage Status" src="https://coveralls.io/repos/github/innovativeinnovation/epfl-menu-api/badge.svg?branch=master"/>
</a>
<a href="https://david-dm.org/innovativeinnovation/epfl-menu-api">
<img alt="Dependency Status" src="https://david-dm.org/innovativeinnovation/epfl-menu-api/status.svg"/>
<img alt="Dependencies Status" src="https://david-dm.org/innovativeinnovation/epfl-menu-api/status.svg"/>
</a>
<a href="https://raw.githubusercontent.com/innovativeinnovation/epfl-menu-api/master/LICENSE">
<img alt="Apache License 2.0" src="https://img.shields.io/badge/license-Apache%202.0-blue.svg">
Expand Down Expand Up @@ -101,7 +101,7 @@ Part of the day. Could be midday (`midi`) or evening (`soir`).
Type: `string`
Default: `en`

Supported language are English (`en`) and French (`fr`).
Supported languages are English (`en`) and French (`fr`).

###### restoId

Expand Down

0 comments on commit 22d0703

Please sign in to comment.