You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@
24
24
25
25
## Description
26
26
27
-
<p>Nest is a framework for building efficient, scalable <ahref="http://nodejs.org"target="_blank">Node.js</a> web applications. It uses modern JavaScript, is built with <ahref="http://www.typescriptlang.org"target="_blank">TypeScript</a> (preserves compatibility with pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).</p>
27
+
<p>Nest is a framework for building efficient, scalable <ahref="http://nodejs.org"target="_blank">Node.js</a> server-side applications. It uses modern JavaScript, is built with <ahref="http://www.typescriptlang.org"target="_blank">TypeScript</a> (preserves compatibility with pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).</p>
28
28
<p>Under the hood, Nest makes use of <ahref="https://expressjs.com/"target="_blank">Express</a>, allowing for easy use of the myriad third-party plugins which are available.</p>
0 commit comments