Corrected typo in Readme

This commit is contained in:
Reinhard Prechtl 2018-01-27 18:26:31 +01:00 committed by GitHub
parent 12f1d7d8b5
commit 79f630967c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
```