Skip to content

Commit b2dceb5

Browse files
committed
Fix typo in Readme
1 parent a641210 commit b2dceb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Key features:
1616
### Using Deno
1717

1818
```sh
19-
deno add @functions/mock
19+
deno add jsr:@functions/mock
2020
```
2121

2222
### Using npm / pnpm / or others

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@functions/mock",
33
"description": "Lightweight utility to generate realistic mock data for tests fast.",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"license": "MIT",
66
"exports": "./mod.ts",
77
"tasks": {

0 commit comments

Comments
 (0)