Skip to content

Commit e5433eb

Browse files
Create README.md
1 parent 0ce729d commit e5433eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ I have created simple example to create RESTFul api for crud operation using mys
1111
You need to craete 'test' database into mysql and import customer.sql table into your mysql database.
1212

1313
# How to run nodejs application
14-
copy index.js and package.json file into your nodejs project folder,
15-
Open command line and cd to your above nodejs project folder
16-
run 'npm install'
17-
run 'node index.js'
14+
<p>copy index.js and package.json file into your nodejs project folder,</p>
15+
<p>Open command line and cd to your above nodejs project folder</p>
16+
<p>run 'npm install'</p>
17+
<p>run 'node index.js'</p>

0 commit comments

Comments
 (0)