Skip to content

Commit ff320ba

Browse files
committed
cleanup: add more details in readme
1 parent 234f088 commit ff320ba

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,23 @@
2727

2828
### Installation
2929

30+
Installation can be simply done by importing the generator you want to use, like
31+
so:
32+
33+
```typescript
34+
import { Atom } from "jsr:@feed/feed";
35+
```
36+
37+
But, you can also just download the package, simply by running:
38+
3039
```bash
31-
npx jsr add @feed/feed
40+
deno install jsr:@feed/feed
3241
```
3342

3443
or
3544

3645
```bash
37-
deno add jsr:@feed/feed
46+
npx jsr add @feed/feed
3847
```
3948

4049
### Examples

0 commit comments

Comments
 (0)