diff --git a/Home.md b/Home.md index 75b6e9c..83d2151 100644 --- a/Home.md +++ b/Home.md @@ -21,7 +21,7 @@ ## Example ```java -Key counterKey = new Key<>("counter", Integer.class); +Key counterKey = Key.of("counter", Integer.class); Ctx.INSTANCE.put(counterKey, 42); ````