Browse Source

Fixed formatting

Joachim M. Giæver 6 years ago
parent
commit
e53f896285
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -323,7 +323,7 @@ Testing Cubain|1986-3-3-UTC-0|GUEST
 
 This is basically it to encode and decode the ini! The only thing remaing is the `UnmarshalINI()` method for the `Persons`-type.
 
-```
+```go
 // This is left for the reader to solve ;) (or.... you can read the file go-ini.go)
 func (p *Persons) UnmarshalINI(b []byte) error {
 	return fmt.Errorf("NOT IMPLEMENTED")