From c67425761ac0c17a824beaac91c42d1b571a01e9 Mon Sep 17 00:00:00 2001
From: "MD. Ariful Alam"
Date: Sun, 29 Aug 2021 01:49:44 +0600
Subject: [PATCH] Update deploy guide
---
README.md | 7 ++++---
package-lock.json | 2 +-
package.json | 2 +-
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index f13c286..573a101 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,8 @@
ezProfile
-A modern, responsive and customizable portfolio template for Developers!
-https://arifszn.github.io/ezprofile
+A modern, responsive and customizable portfolio template for Developers!
+https://arifszn.github.io/ezprofile
@@ -392,8 +392,9 @@ Once you are done with your setup and have completed all steps above, you need t
```
- Run npm run deploy.
+ - If you see README.md at username.github.io, be sure to change your GitHub Page's source to gh-pages branch. See [how to](https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site).
- Your personal portfolio will be live at https://username.github.io. For more info, visit [here](https://create-react-app.dev/docs/deployment/#github-pages).
+ Your personal portfolio will be live at username.github.io. For more info, visit [here](https://create-react-app.dev/docs/deployment/#github-pages).
diff --git a/package-lock.json b/package-lock.json
index ae708c4..6a893cc 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -6,7 +6,7 @@
"packages": {
"": {
"version": "1.0.0",
- "license": "MIT",
+ "license": "Apache-2.0",
"dependencies": {
"@craco/craco": "^6.2.0",
"@reduxjs/toolkit": "^1.6.1",
diff --git a/package.json b/package.json
index 5f78521..1af427b 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"description": "Kickstart your personal portfolio with Github Api and blog",
"homepage": "https://arifszn.github.io/ezprofile",
"private": true,
- "license": "MIT",
+ "license": "Apache-2.0",
"author": "arifszn",
"repository": {
"type": "git",