From 0d00d34c1708cedd60947c20e9c225a97c475ea3 Mon Sep 17 00:00:00 2001 From: Chris Cowan Date: Tue, 11 Oct 2022 23:25:10 -0700 Subject: [PATCH] Fix readme typos Small PR fixing a few typos in the readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 85ddcc2f..118b6d34 100644 --- a/README.md +++ b/README.md @@ -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 @@ -50,7 +50,7 @@ my-app/ │   └── electron/ │      └── main.js │ -## distribution packges +## distribution packages └── dist/    ├── mac/    │   └── my-app.app