We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a38199 commit 972aeb8Copy full SHA for 972aeb8
README.md
@@ -1,26 +1,5 @@
1
-# bun starter
+# secure-remote-password-js
2
3
-## Getting Started
+This is the client-side implementation of 1Password's [fantastic SRP library](https://github.com/1Password/srp).
4
5
-Click the [Use this template](https://github.com/wobsoriano/bun-lib-starter/generate) button to create a new repository with the contents starter.
6
-
7
-OR
8
9
-Run `bun create wobsoriano/bun-lib-starter ./my-lib`.
10
11
-## Setup
12
13
-```bash
14
-# install dependencies
15
-bun install
16
17
-# test the app
18
-bun test
19
20
-# build the app, available under dist
21
-bun run build
22
-```
23
24
-## License
25
26
-MIT
+[Bun](https://bun.sh) is recommended.
0 commit comments