Skip to content

Commit a572d5f

Browse files
authored
Update native protocol documentation to use a valid (capitalized) protocol version (#1637)
1 parent 1bb721d commit a572d5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

manual/core/native_protocol/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ the [configuration](../configuration/):
6262
```
6363
datastax-java-driver {
6464
advanced.protocol {
65-
version = v3
65+
# The V in the version parameter must be capitalized
66+
version = V3
6667
}
6768
}
6869
```

0 commit comments

Comments
 (0)