update readme and fix example

This commit is contained in:
Tankred Hase 2014-01-10 23:51:18 +01:00
parent 5926783ec4
commit e8cc954cce

View File

@ -20,7 +20,7 @@ Example:
### Browser support
Fetch a minified build under [releases](https://github.com/openpgpjs/openpgpjs/releases). The library supports AMD/require.js or access via 'window.openpgp'.
Fetch a minified build under [releases](https://github.com/openpgpjs/openpgpjs/releases). The library can be loaded via AMD/require.js or accessed globally at `window.openpgp`.
OpenPGP.js currently only fully supports browsers that implement `window.crypto.getRandomValues`. If you can help us support more browsers and runtimes, please chip in!