Skip to content

Commit a9f0583

Browse files
authored
Create README.md
1 parent 53862df commit a9f0583

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@
44

55
Linq style (like in c#) using generators
66

7+
```sh
78
npm install fromit
9+
```
10+
11+
Or use directly
12+
13+
```html
14+
<script src="https://unpkg.com/fromit/dist/fromit.min.js"></script>
15+
```
816

917
```ts
1018
import { from } from "fromit";

0 commit comments

Comments
 (0)