diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8303f09..719f1dc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -80,7 +80,7 @@ If you want to help us improve our API, please fork the repo and follow these st 5. Create a new branch for your Feature (`git branch AmazingFeature`) 6. Switch to the branch you are working on (`git checkout AmazingFeature`) 7. Make your changes, commit after every isolated task. -8. Add all of your changes (`git add .`) +8. Add all of your changes (`git add ` or `git add .`). Do not push any changes to dependencies unless the Issue calls for it. 9. Commit your changes with a detailed description (`git commit -m 'added a, solved b, etc...'`) 10. Push to the Branch (`git push origin AmazingFeature`) 11. Open a Pull Request and follow the rules under "Where should I make my pull request to?" diff --git a/views/index.ejs b/views/index.ejs index de66d63..e5cce06 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -33,7 +33,7 @@

Coding Resources API

- This API serves educational content for a wide + Serves educational content for a wide variety of computer science topics, languages and technologies relevant to web development. Search for coding resources by relevant keywords.