Update README.md

This commit is contained in:
Christoph Diehl 2018-09-18 08:24:56 +02:00 committed by GitHub
parent 9d0e441e2e
commit adb694e724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -41,14 +41,14 @@ yarn add @mozillasecurity/octo
const {random, make} = require('@mozillasecurity/octo') const {random, make} = require('@mozillasecurity/octo')
random.init() random.init()
# Common Operations // Common Operations
make.number.any() make.number.any()
make.text.any() make.text.any()
# WebCrypto // WebCrypto
make.crypto.randomAlgorithm() make.crypto.randomAlgorithm()
# WebGL // WebGL
make.webgl.randomSamplerParameter() make.webgl.randomSamplerParameter()
``` ```