Skip to content

Commit b13d3a6

Browse files
authored
Update README.md
1 parent 62bf64e commit b13d3a6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

‎README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,19 @@ The user creates key value pairs and has to manually put in information.
99

1010
<b>Motivation</b>
1111

12-
This is my third ever program, and I personally thought it would be good practice with JSON. As mentioned before, this program create a database in python that a user can manually edit.
12+
This is my third ever program, and I personally thought it would be good practice with JSON. As mentioned before, this program creates a database in python that a user can manually edit.
1313

1414
<b>Build Status</b>
1515

16-
Currently the program functions as it’s supposed, so it is completed. I may edit it in the future if I find any errors.
17-
Code Style
16+
Currently the program functions as it’s supposed to, so it is completed. I may edit it in the future if I find any errors.
17+
18+
<b>Code Style</b>
1819

1920
The style of my code may seem pretty basic, but this is the third program I have ever made, so I think it’s acceptable. If you think there is a more efficient way to do something, please let me know.
2021

2122
<b>Installation</b>
2223

23-
The program stores the JSON database in whatever dictionary the program is run. The program also loads JSON databases in proper format if it is in the same dictionary as the running program.
24+
The program stores the JSON database in whatever dictionary the program is run. The program also loads JSON databases that are in proper format, if it is in the same dictionary as the running program.
2425

2526
<b>How to Use</b>
2627

0 commit comments

Comments
 (0)