Skip to content
This repository was archived by the owner on Jul 4, 2019. It is now read-only.

Commit 94aff5e

Browse files
authored
Update README.md
1 parent 440673b commit 94aff5e

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# linqable.ts 1.7 πŸ’₯
1+
# linqable.ts 1.7.5 πŸ’₯
22
LINQ πŸ’₯ implementation library for TypeScript ❄️
33

44
[![NPM](https://nodei.co/npm/linqable.ts.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/linqable.ts/)
@@ -20,17 +20,6 @@ LINQ πŸ’₯ implementation library for TypeScript ❄️
2020
or
2121
- `npm i linqable.ts`
2222

23-
### Build β˜„οΈ
24-
1. `yarn build`
25-
2. You are great! πŸ’«
26-
27-
### Test πŸ’
28-
1. `yarn test`
29-
2. ava write test-report to screen
30-
31-
![image](https://user-images.githubusercontent.com/13326808/41082352-ad6fe5f4-6a36-11e8-8e51-4d98f0dec746.png)
32-
33-
3423
### Usage 🌱
3524
JS:
3625
```JavaScript
@@ -54,6 +43,17 @@ console.log(new BaseLinqable([3,5]).Sum());
5443
console.log(new AdvancedLinqable([3,5]).Acquire());
5544
```
5645

46+
### Build β˜„οΈ
47+
1. `yarn build`
48+
2. You are great! πŸ’«
49+
50+
### Test πŸ’
51+
1. `yarn test`
52+
2. ava write test-report to screen
53+
54+
![image](https://user-images.githubusercontent.com/13326808/41602573-d6df7178-73e3-11e8-9941-8f71b67a6acc.png)
55+
56+
5757

5858
### API:
5959
<hr/>

0 commit comments

Comments
Β (0)