diff --git a/README.md b/README.md index 2f57b7d19..ec5f17f86 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ __Features__ ## Available Drivers * [PostgreSQL](https://github.com/mattes/migrate/tree/master/driver/postgres) - * [Cassandra](https://github.com/mattes/migrate/tree/master/driver/cassandra) + * [Cassandra](https://github.com/mattes/migrate/tree/master/driver/cassandra) ([@dinedal](https://github.com/dinedal)) * Bash (planned) Need another driver? Just implement the [Driver interface](http://godoc.org/github.com/mattes/migrate/driver#Driver) and open a PR.