From 031218313e346ceb072f173b42678d8c2fbb7b31 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Fri, 25 Mar 2016 14:34:33 +0800 Subject: [PATCH] Minor Update to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 73b5f6e9..235a7f6e 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ Here are some examples of how to use the v2.x api. For more elaborate examples a var openpgp = require('openpgp'); // use as CommonJS, AMD, ES6 module or via window.openpgp openpgp.initWorker({ path:'openpgp.worker.js' }) // set the relative web worker path + openpgp.config.aead_protect = true // activate fast AES-GCM mode (experimental) ```