diff --git a/README.md b/README.md index 1adedf5..df66d40 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ Master always contains latest code, so better use some package manager to vendor ## Types - Key types should be chosen according to OpenRTB specification (attribute types) - Numeric types: - - `int64` - time, duration, length, unbound enums (like `BidRequest.at` - exchange-specific auctions types are > 500) - `int8` - short enums (with values <= 127), boolean-like attributes (like `BidRequest.test`) + - `int64` - time, duration, length, unbound enums (like `BidRequest.at` - exchange-specific auctions types are > 500) - `uint64` - width, height, bitrate etc. (unbound positive numbers) - `float64` - coordinates, prices etc. - Enums: