Update README.md

```
npm ERR! code E404
npm ERR! 404 Not Found: @trust/crypto@latest
```

npm module @trust/crypto does not exist anymore
This commit is contained in:
heimindanger 2019-07-28 15:40:03 +02:00 committed by GitHub
parent cc276a6862
commit f3c925a857
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):