Fix the "go get" path in the README.

This commit is contained in:
Nigel Tao 2015-07-20 17:49:28 +10:00
Родитель 875bd1343f
Коммит aba0338477
1 изменённых файлов: 1 добавлений и 1 удалений

2
README
Просмотреть файл

@ -1,7 +1,7 @@
The LevelDB key-value database in the Go programming language.
To download and install from source:
$ go get https://github.com/golang/leveldb
$ go get github.com/golang/leveldb
Unless otherwise noted, the LevelDB-Go source files are distributed
under the BSD-style license found in the LICENSE file.