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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xF6 authored Jun 19, 2018
1 parent 440673b commit 94aff5e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# linqable.ts 1.7 πŸ’₯
# linqable.ts 1.7.5 πŸ’₯
LINQ πŸ’₯ implementation library for TypeScript ❄️

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

### Build β˜„οΈ
1. `yarn build`
2. You are great! πŸ’«

### Test πŸ’
1. `yarn test`
2. ava write test-report to screen

![image](https://user-images.githubusercontent.com/13326808/41082352-ad6fe5f4-6a36-11e8-8e51-4d98f0dec746.png)


### Usage 🌱
JS:
```JavaScript
Expand All @@ -54,6 +43,17 @@ console.log(new BaseLinqable([3,5]).Sum());
console.log(new AdvancedLinqable([3,5]).Acquire());
```

### Build β˜„οΈ
1. `yarn build`
2. You are great! πŸ’«

### Test πŸ’
1. `yarn test`
2. ava write test-report to screen

![image](https://user-images.githubusercontent.com/13326808/41602573-d6df7178-73e3-11e8-9941-8f71b67a6acc.png)



### API:
<hr/>
Expand Down

0 comments on commit 94aff5e

Please sign in to comment.