Skip to content

Commit

Permalink
Cosmetic docs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dandv committed Oct 10, 2016
1 parent cc816f3 commit e04086a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ frustration later on.

### Code reviews
All submissions, including submissions by project members, require review. We
use Github pull requests for this purpose.
use GitHub pull requests for this purpose.

### The small print
Contributions made by corporations are covered by a different agreement than
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,11 @@ For the widest compatibility, you can additionally load the [WebRTC adapter](htt
For older browsers that don't support navigator.getUserMedia, you can additionally load Addy Osmani's shim with optional fallback to Flash - [getUserMedia.js](https://github.com/addyosmani/getUserMedia.js/). Alternatively, the [getUserMedia](https://github.com/otalk/getUserMedia) wrapper normalizes error handling and gives an error-first API with cross-browser support.


# Development
# Development

```js
npm install
npm run dev
```

Before committing, make sure you pass `npm run lint` without errors, and run `npm run docs` to generate the documentation.

Before committing, make sure you pass `npm run lint` without errors, and run `npm run docs` to generate the documentation.

0 comments on commit e04086a

Please sign in to comment.