Skip to content

Commit d309996

Browse files
Merge pull request learning-zone#24 from PrabeshBimali/patch-1
Update README.md
2 parents 775b175 + 99300da commit d309996

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
@@ -1546,7 +1546,7 @@ V8 is Google’s open source high-performance JavaScript and WebAssembly engine,
15461546

15471547
## Q. ***Why is LIBUV needed in Node JS?***
15481548

1549-
LIBUV is a library written in C++ and it\'s focus is on asynchronous I/O. Node.js use this library to interact with OS, system files and networking and also two core features of Node.js called event loop and thread pool are available in this runtime thanks to this library.
1549+
LIBUV is a library written in C and it\'s focus is on asynchronous I/O. Node.js use this library to interact with OS, system files and networking and also two core features of Node.js called event loop and thread pool are available in this runtime thanks to this library.
15501550

15511551
<div align="right">
15521552
<b><a href="#">↥ back to top</a></b>

0 commit comments

Comments
 (0)