diff --git a/README.md b/README.md index 9727669..f2012c2 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,13 @@ This is the code for the crash course on YouTube ```bash # Install dependencies npm install - +Making a few commits # Serve on localhost:3000 npm start # Build for production npm run build + +Working on understanding PULL Request +Making another change to the file to make few commits ```