Skip to content

Commit 6a39c5e

Browse files
committedAug 4, 2024·
Added clarity for the 'homepage' field of package.json in the readme
1 parent 9cf76d1 commit 6a39c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ In order to achieve this, the following changes were made compared to the tutori
5757
publish_dir: ./react-deployment-example/build
5858
```
5959

60-
* The tutorials shows a URL that has the pattern `https://<githubuser>.github.io/react-deployment-example`, but the pattern for this monorepo should instead use the repo name, not the node package name, so `https://<githubuser>.github.io/git-action-react-deployment`.
60+
* The tutorials shows a URL that has the pattern `https://<githubuser>.github.io/react-deployment-example` for the introduced `package.json` line `homepage:`, but the pattern for this monorepo should instead use the repo name, not the node package name, so `https://<githubuser>.github.io/git-action-react-deployment`.
6161

6262
---
6363

0 commit comments

Comments
 (0)
Please sign in to comment.