Skip to content

Commit f540c24

Browse files
committed
Added license and Maven Central badges, fix typo
1 parent fcfb9c2 commit f540c24

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
:warning: The java-driver has recently been donated by Datastax to The Apache Software Foundation and the Apache Cassandra project. Bear with us as we move assets and coordinates.
44

5+
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
6+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.cassandra/cassandra-driver-core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.cassandra/cassandra-driver-core)
7+
58
*If you're reading this on github.com, please note that this is the readme
69
for the development version and that some features described here might
710
not yet have been released. You can find the documentation for the latest
@@ -82,7 +85,7 @@ The 'extras' module is also published as a separate artifact:
8285
<dependency>
8386
<groupId>org.apache.cassandra</groupId>
8487
<artifactId>cassandra-driver-extras</artifactId>
85-
<version>3.12.1/version>
88+
<version>3.12.1</version>
8689
</dependency>
8790
```
8891

0 commit comments

Comments
 (0)