Update README.md
This commit is contained in:
parent
9d0e441e2e
commit
adb694e724
1 changed files with 3 additions and 3 deletions
|
@ -41,14 +41,14 @@ yarn add @mozillasecurity/octo
|
|||
const {random, make} = require('@mozillasecurity/octo')
|
||||
random.init()
|
||||
|
||||
# Common Operations
|
||||
// Common Operations
|
||||
make.number.any()
|
||||
make.text.any()
|
||||
|
||||
# WebCrypto
|
||||
// WebCrypto
|
||||
make.crypto.randomAlgorithm()
|
||||
|
||||
# WebGL
|
||||
// WebGL
|
||||
make.webgl.randomSamplerParameter()
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue