Skip to content

Commit

Permalink
add textics-stream link
Browse files Browse the repository at this point in the history
  • Loading branch information
jalal246 committed Sep 2, 2017
1 parent db9fa0a commit 4dc4eae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ console.log(stat);

```

Using textics with stream
-------------------------
See :point_right: [textics-stream](https://github.com/Jimmy02020/textics-stream) :fire:

Tests
-----
Expand Down
2 changes: 1 addition & 1 deletion test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const expect = chai.expect;
const p = ' you w got the power ';
let txt = '';

const LOOP = 10;
const LOOP = 21809;
const linesNum = LOOP;
const wordsNum = 4 * linesNum;
const charNum = 15 * linesNum;
Expand Down

0 comments on commit 4dc4eae

Please sign in to comment.