Skip to content

Commit 99300da

Browse files
Update README.md
Libuv is written in C programming language. Changed "C++" to "C" in "Why is libuv needed in nodejs?"
1 parent 775b175 commit 99300da

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)