diff --git a/README.md b/README.md index fbae89e9..5bb40adc 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ var Gun = require('gun/gun'); If you also need to install SEA for user auth and crypto, also install some of its dependencies like this: -`npm install text-encoding node-webcrypto-ossl --save` +`npm install text-encoding @peculiar/webcrypto --save` You will need to require it too (it will be automatically added to the Gun object):