From c870d9730e3c2b17f1816fda9bee2bb8b6370fb5 Mon Sep 17 00:00:00 2001 From: Christoph Diehl <1614333+posidron@users.noreply.github.com> Date: Tue, 18 Sep 2018 08:20:26 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 765fc3f..f7f1809 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ https://npm.runkit.com/@mozillasecurity/octo yarn add @mozillasecurity/octo ``` -``` +```js const {random, make} = require('@mozillasecurity/octo') random.init() @@ -65,7 +65,7 @@ A bundled production build (`octo.js`) is placed into the local `dist` directory ### Development -```bash +``` yarn lint yarn test yarn build @@ -75,7 +75,7 @@ yarn build Octo.js uses Jest for testing. Each directory should contain a `__tests__` folder containing the tests. -```bash +``` yarn test ```