diff --git a/README.md b/README.md index 0fe2c69..a967f90 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# node \ No newline at end of file +# node-practice diff --git a/node-example/index.js b/index.js similarity index 100% rename from node-example/index.js rename to index.js diff --git a/node-example/package.json b/package.json similarity index 100% rename from node-example/package.json rename to package.json diff --git a/node-example/rectangle.js b/rectangle.js similarity index 100% rename from node-example/rectangle.js rename to rectangle.js