Skip to content

Commit

Permalink
Merge pull request yhirose#47 from Macil/patch-1
Browse files Browse the repository at this point in the history
Fix readme typos
  • Loading branch information
yhirose committed Oct 12, 2022
2 parents 0c40707 + 0d00d34 commit 5dc6ee2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ React-TypeScript-Electron sample with Create React App and Electron Builder

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app) with `--template typescript`option.

On the top of it, the following features have been added with realatively small changes:
On the top of it, the following features have been added with relatively small changes:

* TypeScript supports for Electron main process source code
* Hot-relaod support for Electron app
* Electron Bulder support
* Hot-reload support for Electron app
* Electron Builder support

## Available Scripts in addition to the existing ones

Expand Down Expand Up @@ -50,7 +50,7 @@ my-app/
│   └── electron/
│      └── main.js
## distribution packges
## distribution packages
└── dist/
   ├── mac/
   │   └── my-app.app
Expand Down

0 comments on commit 5dc6ee2

Please sign in to comment.