diff --git a/README.md b/README.md index d1340b9b..e1040aaa 100644 --- a/README.md +++ b/README.md @@ -725,7 +725,7 @@ Pull Requests are much welcomed for a native expo implementation as well. If you'll like to explore the library with `local-repl` you can do so as well. ```bash -$ npm install +$ npm run setup $ npm run build $ npx local-repl diff --git a/package.json b/package.json index 6ea1cae2..84b62e19 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "repl": [ { "name": "otplib", - "module": "./builds/otplib/node" + "module": "./builds/otplib/preset-default" } ] }