Skip to content

Commit ac894be

Browse files
committed
Updated README
1 parent 11fed0e commit ac894be

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

n-readlines/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22

33
The implementation of [n-readlines](https://github.com/nacholibre/node-readlines) provides an elegant method to read a text file line-by-line.
44

5+
[n-readlines](https://github.com/nacholibre/node-readlines) might be used as an alternative to the native `readline` interface in `node`.
6+
57
# Objectives
68

9+
- Read a text file line-by-line
10+
- Write each line to `console`
11+
712
# Implementation
813

914
```sh

0 commit comments

Comments
 (0)