From 1c3ea910115e9d6dec2c47d2a248506495312b6a Mon Sep 17 00:00:00 2001 From: Mark Nadal Date: Sat, 9 Nov 2019 15:25:23 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):