Skip to content

Commit

Permalink
chore(readme): fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mspronesti committed Sep 26, 2023
1 parent 7c4309c commit f277a9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Install `npm` dependencies running
$ npm install
```

Run the portfolio locally in developement mode running
Run the portfolio locally in development mode running

```shell
$ npm run
Expand All @@ -24,9 +24,9 @@ $ npm run
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

## Deployment
This website is automatically built and deployed to github pages by this [action](https://github.com/mspronesti/mspronesti.github.io/blob/master/.github/workflows/gh-pages-publish.yml).
This website is automatically built and deployed to Github pages by this [action](https://github.com/mspronesti/mspronesti.github.io/blob/master/.github/workflows/gh-pages-publish.yml).

After forking this project, setup github pages from the repository settings and after every commit the action will trigger deploying your portfolio webapp.
After forking this project, setup GitHub pages from the repository settings, and after every commit the action will trigger deploying your portfolio web application.

## LICENSE
This project is licensed under the [MIT](https://github.com/mspronesti/mspronesti.github.io/blob/master/LICENSE) license.

0 comments on commit f277a9d

Please sign in to comment.