Update README.md
This commit is contained in:
parent
598f33623e
commit
c870d9730e
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue