diff --git a/README.md b/README.md index fbdb3be..f6caffa 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ There's an equivalent for the `ClusteredInfinispanContainer`: ``` new ClusteredInfinispanContainer("jboss/infinispan-server:9.0.3.Final") - .withClusteredConfiguration("infinispan-standalone.xml") + .withClusteredConfiguration("infinispan-clustered.xml") .withProtocolVersion(ProtocolVersion.PROTOCOL_VERSION_26) ```