Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit cf3b319

Browse files
authored
Update README.md
1 parent 6dafc35 commit cf3b319

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Coverage](https://codecov.io/gh/MichaelS11/go-cql-driver/branch/master/graph/badge.svg)](https://codecov.io/gh/MichaelS11/go-cql-driver)
66
[![Go Report Card](https://goreportcard.com/badge/github.com/MichaelS11/go-cql-driver)](https://goreportcard.com/report/github.com/MichaelS11/go-cql-driver)
77

8-
Golang CQL Driver conforming to the built-in database/sql interface
8+
Golang CQL Cassandra Driver conforming to the built-in database/sql interface
99

1010
This is a database/sql interface wrapper for https://github.com/gocql/gocql
1111

@@ -35,4 +35,4 @@ When done with rows from QueryContext or Query, make sure to check errors from C
3535
fmt.Println(err)
3636
return
3737
}
38-
```
38+
```

0 commit comments

Comments
 (0)