From 3cb3d4e19c919d3644f89a977946b2b210e9b46d Mon Sep 17 00:00:00 2001
From: raymondbelamo <60197398+raymondbelamo@users.noreply.github.com>
Date: Sat, 3 Oct 2020 11:55:04 +0100
Subject: [PATCH 1/2] index.html
created an index.html file which is the new home page #38
---
home.html => index.html | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename home.html => index.html (100%)
diff --git a/home.html b/index.html
similarity index 100%
rename from home.html
rename to index.html
From 45d8522b038ce4cd4e1579283ab0e49fdf4bff95 Mon Sep 17 00:00:00 2001
From: raymondbelamo <60197398+raymondbelamo@users.noreply.github.com>
Date: Sat, 3 Oct 2020 19:42:20 +0100
Subject: [PATCH 2/2] Update README.md
---
README.md | 48 ++++++++++--------------------------------------
1 file changed, 10 insertions(+), 38 deletions(-)
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.
+