From 62507f2ff4a0f266a6ef259e119a7ab89150d298 Mon Sep 17 00:00:00 2001 From: "MD. Ariful Alam" Date: Thu, 26 Aug 2021 19:54:33 +0600 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 901ca61..5b96b00 100644 --- a/README.md +++ b/README.md @@ -328,11 +328,11 @@ The posts are fetched by [Article-api](https://github.com/arifszn/article-api). Once you are done with your setup and have successfully completed all steps above, you need to put your website online! The fastest approach is to use [GitHub Pages](https://pages.github.com) which is completely free. -- **Github Pages:** +**1. Github Pages:** - Rename your forked repository to username.github.io, where username is your GitHub username (or organization name). - Open package.json, and change homepage's value to username.github.io. - ```json + ```js // package.json { // ... @@ -345,7 +345,7 @@ Once you are done with your setup and have successfully completed all steps abov Your personal portfolio will be live at username.github.io. For more info, visit [here](https://create-react-app.dev/docs/deployment/#github-pages). -- **Other:** You can also host your website to Netlify, Vercel, Heroku or other popular services. Please refer to this [docs](https://create-react-app.dev/docs/deployment) for detailed guide. +**2. Other:** You can also host your website to Netlify, Vercel, Heroku or other popular services. Please refer to this [docs](https://create-react-app.dev/docs/deployment) for detailed guide. ## 🚨 Please Read