Skip to content

Commit 1335109

Browse files
authored
Update README.md
1 parent 05717f1 commit 1335109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ See [QuickStart.kt](/src/main/kotlin/quickstart/QuickStart.kt).
2727
```kotlin
2828
val map: Map<Int, Int, PureFunction<Int, Int, Return.Map<Int>>> =
2929
MapConfig
30-
.withFunctions(intSerializer(), intSerializer())
30+
.withFunctions<Int, Int, PureFunction<Int, Int, Return.Map<Int>>>(intSerializer(), intSerializer())
3131
.init();
3232

3333
map.put(1, 1) //basic put

0 commit comments

Comments
 (0)