diff --git a/README.md b/README.md index a7ea9fe..fbdb3be 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ using the API of the `RemoteCacheManager` provided by the Infinispan client libr They will automatically be created once the container has started. ``` -new StandaloneInfinispanContainer(‚) +new StandaloneInfinispanContainer() .withCaches("testCache") .withProtocolVersion(ProtocolVersion.PROTOCOL_VERSION_26); ```