Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaewoook committed Jan 21, 2024
1 parent 4d92a1e commit 2db80ff
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"printWidth": 120,
"semi": true,
"singleQuote": false
}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h2 align="center">Portfolio</h2>
<h1 align="center">Jaewook's Portfolio Web</h1>

<p align="center">My web based portfolio site built on Next.</p>
<p align="center">My portfolio website built on Next.js.</p>

<p align="center">
<a href="https://portfolio.jaewook.me">Visit Website</a>
Expand All @@ -16,4 +16,4 @@

## License

This project is licensed under the [MIT License](./LICENSE).
This project is licensed under the [MIT License](./LICENSE).
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"name": "Jaewook Ahn",
"email": "[email protected]"
},
"license": "MIT",
"private": true,
"scripts": {
"start": "next dev -p 1213",
Expand Down

0 comments on commit 2db80ff

Please sign in to comment.