Skip to content

Commit ad67c0c

Browse files
committed
docs: clarify location for improving section copy in README
Add a beginner tip to the README that specifies the exact file location (app/page.tsx) where beginners can start improving button text or section copy. This change helps new contributors know exactly where to start making meaningful improvements to the portfolio. Resolves #68
1 parent a702a06 commit ad67c0c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ Open [http://localhost:3000](http://localhost:3000) to see your portfolio.
3636

3737
All your content lives in **one file**: `app/page.tsx`
3838

39+
**Beginner Tip:** A quick way to start contributing is to improve button text or section copy in `app/page.tsx`. This helps you understand the code structure while making meaningful improvements.
40+
3941
### 1. Update Your Name/Brand
4042
Find the navigation section and change `GITFOLIO` to your name:
4143
```tsx

0 commit comments

Comments
 (0)