diff --git a/README.md b/README.md index 5206824..5b7a26e 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,16 @@ Small sync helpers shared across projects. Base is stdlib only — **no dependen ## Install ``` -commons @ git+ssh://git@git.rethinkstudios.io/rethink-public/commons.git +commons @ git+ssh://git@git.rethinkstudios.io/rethink-public/commons.git@v0.2.3 # async address/geo lookups (fetch_ip / ip_location / fetch_location) need the extra: -commons[addr] @ git+ssh://git@git.rethinkstudios.io/rethink-public/commons.git +commons[addr] @ git+ssh://git@git.rethinkstudios.io/rethink-public/commons.git@v0.2.3 ``` The base install pulls **nothing** (stdlib). Only `commons[addr]` adds `aiohttp`, and only for the geo lookups — the pure `commons.addr.ip` utilities ship in base. +Drop the `@v0.2.3` suffix from the line above to install the latest unpinned. + ## timing Unix ints stay the storable value; datetimes are produced on demand in whatever