Update README.md

This commit is contained in:
Christoph Diehl 2018-09-18 08:20:26 +02:00 committed by GitHub
parent 598f33623e
commit c870d9730e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ https://npm.runkit.com/@mozillasecurity/octo
yarn add @mozillasecurity/octo yarn add @mozillasecurity/octo
``` ```
``` ```js
const {random, make} = require('@mozillasecurity/octo') const {random, make} = require('@mozillasecurity/octo')
random.init() random.init()
@ -65,7 +65,7 @@ A bundled production build (`octo.js`) is placed into the local `dist` directory
### Development ### Development
```bash ```
yarn lint yarn lint
yarn test yarn test
yarn build yarn build
@ -75,7 +75,7 @@ yarn build
Octo.js uses Jest for testing. Each directory should contain a `__tests__` folder containing the tests. Octo.js uses Jest for testing. Each directory should contain a `__tests__` folder containing the tests.
```bash ```
yarn test yarn test
``` ```