Update README.md

This commit is contained in:
Christoph Diehl 2018-03-19 07:05:35 +01:00
parent 014bc75930
commit e902b1b4c2
No known key found for this signature in database
GPG Key ID: 799CE5B68FEF404A
2 changed files with 24 additions and 2 deletions

View File

@ -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
<!-- Latest -->

View File

@ -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",