From a3090555c92d186f7392e719ed306fa922a3047d Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Fri, 10 Jan 2014 23:56:12 +0100 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 181ead8c..4733b129 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Example: ### Browser support -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`. +Fetch a minified build under [releases](https://github.com/openpgpjs/openpgpjs/releases). The library can be loaded via AMD/require.js or accessed globally via `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! @@ -36,7 +36,7 @@ Then take `dist/openpgp.min.js` to use in your project. ### Documentation -A jsdoc build of our code comments is available at [doc/index.html](doc/index.html). Public calls should generally be made through the OpenPGP object [doc/openpgp.html](doc/openpgp.html). +A jsdoc build of our code comments is available at [http://openpgpjs.org/openpgpjs/doc/index.html](doc/index.html). Public calls should generally be made through the OpenPGP object [http://openpgpjs.org/openpgpjs/doc/module-openpgp.html](doc/openpgp.html). ### Mailing List