From e902b1b4c2f2c7abe4e9f92bbb909aca3a72cc1f Mon Sep 17 00:00:00 2001 From: Christoph Diehl <1614333+posidron@users.noreply.github.com> Date: Mon, 19 Mar 2018 07:05:35 +0100 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++++- package.json | 8 +++++++- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2093525..b8bdbbe 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,23 @@ Octo.js bundles core functions and generic boilerplate code commonly used in mos Octo's future aims to be a stable, well-tested and well-documented standard library for fuzzing in a JavaScript environment. -## Usage +## Node + +``` +npm i @mozillasecurity/octo --save-dev +``` + +``` +const {random} = require('@mozillasecurity/octo') +``` + + +## Browser + +``` +npm run build +``` + ```html diff --git a/package.json b/package.json index 4f48d40..417a783 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,13 @@ "name": "@mozillasecurity/octo", "version": "1.0.1", "description": "", - "keywords": ["fuzzing", "browser", "javascript", "node", "library"], + "keywords": [ + "fuzzing", + "browser", + "javascript", + "node", + "library" + ], "homepage": "https://github.com/mozillasecurity/octo", "repository": { "type": "git",