README: updated usage (import) example after subpkg moving

This commit is contained in:
Max Cherry 2018-12-28 14:00:24 +02:00
Родитель 1459501aaf
Коммит 89da0912f9
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -20,7 +20,7 @@ go get -u "github.com/mxmCherry/openrtb"
``` ```
```go ```go
import "github.com/mxmCherry/openrtb" import openrtb "github.com/mxmCherry/openrtb/openrtb2"
``` ```
This repo follows [semver](http://semver.org/) - see [releases](https://github.com/mxmCherry/openrtb/releases). This repo follows [semver](http://semver.org/) - see [releases](https://github.com/mxmCherry/openrtb/releases).