Skip to content

Commit e8771b1

Browse files
Merge pull request learning-zone#50 from fseitun/patch-1
Update README.md
2 parents e844784 + 3c4dcc2 commit e8771b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ V8 is known to be a JavaScript engine because it takes JavaScript code and execu
599599

600600
## Q. Why is LIBUV needed in Node JS?
601601

602-
**libuv** is a C library originally written for Node.js to abstract non-blocking I/O operations. It provide the below features
602+
**libuv** is a C library originally written for Node.js to abstract non-blocking I/O operations. It provides the following features:
603603

604604
* It allows the CPU and other resources to be used simultaneously while still performing I/O operations, thereby resulting in efficient use of resources and network.
605605
* It facilitates an event-driven approach wherein I/O and other activities are performed using callback-based notifications.

0 commit comments

Comments
 (0)