Update README.md

This commit is contained in:
Mark Nadal 2019-11-09 15:25:23 -08:00 committed by GitHub
parent 8dc8b27cd0
commit 1c3ea91011
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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