Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
marpit19 committed Sep 8, 2024
1 parent cb82c91 commit c34d01c
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 @@ -31,7 +31,7 @@ go get github.com/marpit19/goquickmap
Note: All keys in the current implementation must be strings.

### QuickMap
```
```go
m := quickmap.New()
m.Insert("key", "value") // key must be a string
value, exists := m.Get("key")
Expand Down

0 comments on commit c34d01c

Please sign in to comment.