Corrected typo in Readme
This commit is contained in:
parent
12f1d7d8b5
commit
79f630967c
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
They will automatically be created once the container has started.
|
||||||
|
|
||||||
```
|
```
|
||||||
new StandaloneInfinispanContainer(‚)
|
new StandaloneInfinispanContainer()
|
||||||
.withCaches("testCache")
|
.withCaches("testCache")
|
||||||
.withProtocolVersion(ProtocolVersion.PROTOCOL_VERSION_26);
|
.withProtocolVersion(ProtocolVersion.PROTOCOL_VERSION_26);
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue