Skip to content

Commit

Permalink
docs: fix capital letter on README
Browse files Browse the repository at this point in the history
  • Loading branch information
carloslfu committed May 16, 2020
1 parent eaf4f88 commit cdf5001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ I made some additions to improve UX:
- In order to support MacOSX cut/copy/paste, and more editing commands, those commands are added to the Electron Menu.
- Keep Main Window state using the `electron-window-state` package.
- The UI uses [Ant Design components for Angular](https://ng.ant.design/).
- Show the electron windows only when they are ready. It is implemented by using the Electron BrowserWindow `ready-to-show` event.
- Show the Electron windows only when they are ready. It is implemented by using the Electron BrowserWindow `ready-to-show` event.
- The Menu "Save Video Message" option is implemented a big button on the main window, because it is the main user action on that window.

## Notes on security!
Expand Down

0 comments on commit cdf5001

Please sign in to comment.