From 79f630967c014779f631dcb73cc841a6894ad30d Mon Sep 17 00:00:00 2001 From: Reinhard Prechtl Date: Sat, 27 Jan 2018 18:26:31 +0100 Subject: [PATCH] Corrected typo in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); ```