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