Skip to content

Commit 9e320b2

Browse files
tboopeshkumarOnur Laru
authored andcommitted
fix: Review TOC and fix the structure (#208) (nodejs#226)
1 parent b710186 commit 9e320b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/documentation/0001-node-introduction

src/documentation/0001-node-introduction/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Node.js has a unique advantage because millions of frontend developers that writ
1919

2020
In Node.js the new ECMAScript standards can be used without problems, as you don't have to wait for all your users to update their browsers - you are in charge of deciding which ECMAScript version to use by changing the Node.js version, and you can also enable specific experimental features by running Node.js with flags.
2121

22-
### A Vast Number of Libraries
22+
## A Vast Number of Libraries
2323

2424
npm with its simple structure helped the ecosystem of node.js proliferate, and now the npm registry hosts almost 500,000 open source packages you can freely use.
2525

0 commit comments

Comments
 (0)