diff --git a/README.md b/README.md index 9f5c3e5..27d5b78 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,11 @@ 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") +``` ## Performance