Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
datahappy1 authored Jul 3, 2022
1 parent 9e77143 commit 5355588
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 @@ -26,7 +26,7 @@ The application design is based on the MVC architecture with the observer notifi
The notes are stored in a defined text file where the notes sections are separated by the defined section separator pattern.

The model in the MVC is responsible for storing the metadata of this text file only.
When the notes text file content significantly changes causing last updated timestamp or file size model attributes to change, or when a different text file
When the notes text file content significantly changes or when a different text file
for storage is chosen, the view is notified through it's registered observer and displays a info message on the UI.

The app uses `difflib` library to do the best effort to reasonably "version-control" notes in case the storage file was modified from another instance of the app that is using the same
Expand Down

0 comments on commit 5355588

Please sign in to comment.