Minor Update to README

This commit is contained in:
Tankred Hase 2016-03-25 14:34:33 +08:00
parent cb89069002
commit 031218313e

View File

@ -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)
```