Skip to content

Commit 314299b

Browse files
committed
README: link 'latest tagged release' to the releases on GitHub
1 parent 4c1689e commit 314299b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ $ go get github.com/go-sql-driver/mysql
5252
```
5353
Make sure [Git is installed](http://git-scm.com/downloads) on your machine and in your system's `PATH`.
5454

55-
*`go get` installs the latest tagged release*
55+
*`go get` installs the [latest tagged release](https://github.com/go-sql-driver/mysql/releases)*
5656

5757
## Usage
5858
_Go MySQL Driver_ is an implementation of Go's `database/sql/driver` interface. You only need to import the driver and can use the full [`database/sql`](http://golang.org/pkg/database/sql) API then.

0 commit comments

Comments
 (0)