diff --git a/README.md b/README.md index 1a0cfbd..3048ab6 100644 --- a/README.md +++ b/README.md @@ -1,42 +1,14 @@ -# playactivity -*fork a repo
-*clone it +# PlayActivity -
-#How to Contribute +Play activity allows users to engage in various activities such as sports, music, dance and games and encourages them to participate in them as well. -*Fork the Repository -
-*Clone the Forked repository +You can find it live [here](https://raymondbelamo.github.io/playactivity/) -#git clone: - *https://github.com// -Add Scripts and necessary changes. +## Contributing to PlayActivity -git add: -
*Commit the changes. - -git commit -m "MESSAGE": -
*Push to your branch. - -git push: -
*Raise a Pull Request to the parent Repository. - -#Syncing a fork: - -
*Fetch the changes made in upstream. - -git fetch upstream: -
*Merge the changes from upstream/master into your local master branch. - -git merge upstream/master: -
*Push to your branch. - -git push. - -
-any issue contact -
-[Linkedin](https://www.linkedin.com/in/hari-om-kushwaha-6a698a192) -
-[instagram](_itzhari__) +If you would like to contribute to this project please read the [guidelines on contributing](.github/CONTRIBUTING.md) before doing so. You can clone the repository by running the following command to set up your local repository: + ``` + git clone https://github.com/raymondbelamo/playactivity.git + ``` +Make your contributions, commit the changes and open up a pull request. + diff --git a/home.html b/index.html similarity index 100% rename from home.html rename to index.html