From adb694e724309b0aa550443e7ebf134f1fcf93a7 Mon Sep 17 00:00:00 2001 From: Christoph Diehl <1614333+posidron@users.noreply.github.com> Date: Tue, 18 Sep 2018 08:24:56 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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() ```