Fixed typo

This commit is contained in:
Andrew Murray 2016-01-25 12:15:35 +11:00
parent e1aec8ae8f
commit c58ec15272
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
* Exposes buildApp as a programmatic api for npm
* Remove shorthand command for height and width to fix conflicts with `-h`. Closes #30, closes #64 and closes #67
* Automatically hide the menu bar by default on Windows. Users can press `alt` to show it
* Implement proper build system with ES6 support to facilitate developmenet
* Implement proper build system with ES6 support to facilitate development
* App window now remembers its previous position
* Fix #59 Fullscreen goes to a black screen when clicking close
* Set window title immediately when the window is created, fixes #54