Skip to content

Commit

Permalink
Remove leading $ for cleaner copy-pastes
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Nov 25, 2024
1 parent 14a2520 commit d39b6f7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion deno/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Alternatively, use `deno add` to install them from **[JSR](https://jsr.io/@simpl

```sh
# Deno v1.42 and higher
$ deno add jsr:@simplewebauthn/server
deno add jsr:@simplewebauthn/server
```

```ts
Expand Down
4 changes: 2 additions & 2 deletions packages/browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ This package can be installed from **[NPM](https://www.npmjs.com/search?q=%40sim
### Node LTS 20.x and higher

```sh
$ npm install @simplewebauthn/browser @simplewebauthn/types
npm install @simplewebauthn/browser @simplewebauthn/types
```

### Deno v1.43 and higher

```sh
$ deno add jsr:@simplewebauthn/browser jsr:@simplewebauthn/types
deno add jsr:@simplewebauthn/browser jsr:@simplewebauthn/types
```

### UMD
Expand Down
4 changes: 2 additions & 2 deletions packages/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ This package can be installed from **[NPM](https://www.npmjs.com/search?q=%40sim
### Node LTS 20.x and higher

```sh
$ npm install @simplewebauthn/server @simplewebauthn/types
npm install @simplewebauthn/server @simplewebauthn/types
```

### Deno v1.43 and higher

```sh
$ deno add jsr:@simplewebauthn/server jsr:@simplewebauthn/types
deno add jsr:@simplewebauthn/server jsr:@simplewebauthn/types
```

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions packages/types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ This package can be installed from **[NPM](https://www.npmjs.com/search?q=%40sim
### Node LTS 20.x and higher

```sh
$ npm install @simplewebauthn/types
npm install @simplewebauthn/types
```

### Deno v1.43 and higher

```sh
$ deno add jsr:@simplewebauthn/types
deno add jsr:@simplewebauthn/types
```

0 comments on commit d39b6f7

Please sign in to comment.