Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Eliasyoussef47 authored Apr 16, 2021
1 parent 49a6a6e commit c0052c0
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 @@ -68,7 +68,7 @@ bool appConfigActivated = appConfigs.Activated;
```C#
// Change a value.
appConfigs.RandomString = "this text is going to be saved in the json file";
// Add AN object to a list.
// Add an object to a list.
appConfigs.ImportantStuff.Add(new ImportantThing("Elias Youssef"));
// Use a method that is inside the model
appConfigs.ChangeFirstThing();
Expand Down

0 comments on commit c0052c0

Please sign in to comment.