Update README.md
This commit is contained in:
parent
014bc75930
commit
e902b1b4c2
2 changed files with 24 additions and 2 deletions
18
README.md
18
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
|
||||
<!-- Latest -->
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue