diff --git a/README.md b/README.md index 238a6fa..73c9fd8 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ send to the core — inheriting rotation, proxy, retry, and result for free. ## Install ``` -aiowebhooks @ git+ssh://git@git.rethinkstudios.io/rethink-public/aiowebhooks.git@v0.1.3 +aiowebhooks @ git+ssh://git@git.rethinkstudios.io/rethink-public/aiowebhooks.git # discord embeds / identity helpers need the extra: -aiowebhooks[discord] @ git+ssh://git@git.rethinkstudios.io/rethink-public/aiowebhooks.git@v0.1.3 +aiowebhooks[discord] @ git+ssh://git@git.rethinkstudios.io/rethink-public/aiowebhooks.git ``` The base pulls `aiohttp` and `commons` (for the retry/backoff engine). Only @@ -155,4 +155,4 @@ Without the extra installed, importing `aiowebhooks` still works; constructing o ## Versioning -Tagged `vX.Y.Z`. Pin the tag. +Releases are tagged `vX.Y.Z`. The install line above is unpinned and tracks the latest on the default branch; append `@vX.Y.Z` to pin a specific release for reproducible installs.