diff --git a/manual/core/native_protocol/README.md b/manual/core/native_protocol/README.md index d64aaccda85..b28c72f6300 100644 --- a/manual/core/native_protocol/README.md +++ b/manual/core/native_protocol/README.md @@ -62,7 +62,8 @@ the [configuration](../configuration/): ``` datastax-java-driver { advanced.protocol { - version = v3 + # The V in the version parameter must be capitalized + version = V3 } } ```