diff --git a/README.md b/README.md index 8a04602..2f03d2d 100644 --- a/README.md +++ b/README.md @@ -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() ```