From f89f04da62711744e4370ea8f3a04220dbf3a250 Mon Sep 17 00:00:00 2001 From: Willians Martins Date: Wed, 30 May 2018 09:42:56 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 583b593..8629a60 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ I have created simple example to create RESTFul api for crud operation using mys # how to create table in db -You need to craete 'test' database into mysql and import customer.sql table into your mysql database. +You need to create 'test' database into mysql and import customer.sql table into your mysql database. # How to run nodejs application

copy index.js and package.json file into your nodejs project folder,