Skip to content

Commit 7a71f28

Browse files
committed
Fix some typos in the README
1 parent 6572d6f commit 7a71f28

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
### Overview
44

55
This application is intended to be used as a macOS (OSX) sample application.
6-
It is intended to be used to demonstrate a number of Cocoa good practices and techniques including
6+
It hopefully demonstrates a number of Cocoa good practices and techniques including
77

88
+ Separation of concerns using MVC
99
+ Window Handling
@@ -31,11 +31,11 @@ The application is currently incomplete.
3131
Things still to do.
3232

3333
+ The application UI is very basic and could do with a lot of polish
34-
+ The application menu structure is pretty much as Xcode creates it. Each menu item needs to be reviewed and either hooked up or deleted.
34+
+ Other than the New, Edit and Save meni items the applications menu structure is pretty much as Xcode creates it. Each menu item needs to be reviewed and either hooked up or deleted.
3535
+ There is very little error handling in the application. There are a number of ```//TODO:``` comments where errors need to be created and raised.
3636
+ Edit Windows are not positioned correctly
37-
+ There are still one or two display glitches when you hover the mouse over note.
38-
+ The app uses JSON files in the ~/Documents folder as its data. These are all currently loaded into memory. The app needs to be updated to use Core Data as its data store.
37+
+ There are still one or two display glitches when you hover the mouse over a note.
38+
+ The app uses JSON files in the ~/Documents folder as its data. These are all currently loaded into memory when the application starts. The app needs to be updated to use Core Data as its data store.
3939
+ Although the code should hopefully be quite readable, it could really do with far more commenting to be good sample/tutorial code.
4040

4141

0 commit comments

Comments
 (0)