Skip to content

Commit

Permalink
Fix typos in Readme (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdayanand authored Feb 24, 2022
1 parent 9b44e6e commit ece35c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ using Inifile # load code into current session

#### Create IniFile
```julia
ini = IniFile()
ini = Inifile()
```

#### Get defaults & sections of an IniFile
Expand All @@ -37,7 +37,7 @@ set(ini, "section", "key", value)

#### Parse a `*.ini` file
```julia
ini = read(IniFile(), "file.ini")
ini = read(Inifile(), "file.ini")
```

#### Write out a `*.ini` file
Expand Down

0 comments on commit ece35c8

Please sign in to comment.