Merge pull request #782 from skzap/patch-1

Update README.md
This commit is contained in:
Mark Nadal 2019-07-28 08:14:39 -07:00 committed by GitHub
commit d729ab940f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -190,7 +190,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 @trust/crypto text-encoding node-webcrypto-ossl --save`
`npm install text-encoding node-webcrypto-ossl --save`
You will need to require it too (it will be automatically added to the Gun object):