Skip to content

Commit

Permalink
Updates README.md
Browse files Browse the repository at this point in the history
Auto commit by GitBook Editor
  • Loading branch information
lifenautjoe committed Oct 31, 2017
1 parent 40615ff commit ec3f8b7
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ const noel = new Noel({
replayBufferSize: aNewBufferSize
});

// ...

// At runtime
noel.setReplayBufferSize(anotherBufferSize);
```
Expand Down Expand Up @@ -163,7 +165,15 @@ Please do note that the** no event listeners warning is enabled by default**, so
noel.enableNoEventListenersWarning();
```

### NPM scripts
## Development

### Clone the repository

```bash
git clone git@github.com:lifenautjoe/noel.git
```

### Use npm commands

* `npm t`: Run test suite
* `npm start`: Runs `npm run build` in watch mode
Expand All @@ -173,7 +183,7 @@ noel.enableNoEventListenersWarning();
* `npm run lint`: Lints code
* `npm run commit`: Commit using conventional commit style \([husky](https://github.com/typicode/husky) will tell you to use it if you haven't :wink:\)

Author [Joel Hernandez](https://lifenautjoe.com)
Author [Joel Hernandez](https://lifenautjoe.com)



0 comments on commit ec3f8b7

Please sign in to comment.