From: Richard Si <63936253+ichard26@users.noreply.github.com> Date: Sun, 17 May 2020 19:19:52 +0000 (-0400) Subject: Update docs about stable tag now being a branch (#1422) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/f62f1ddc2fee683aeae55d1fea71fee77184cd2d Update docs about stable tag now being a branch (#1422) * Update docs about stable tag now being a branch Issue #760 had the `stable` tag changed to a branch since it was causing a few issues. This updates the docs to reflect that change. * Make the prettier hook pass * Improve wording --- diff --git a/README.md b/README.md index 4a9b863..3baffd3 100644 --- a/README.md +++ b/README.md @@ -1141,7 +1141,7 @@ for your project. See _Black_'s own example. If you're already using Python 3.7, switch the `language_version` accordingly. Finally, -`stable` is a tag that is pinned to the latest release on PyPI. If you'd rather run on +`stable` is a branch that tracks the latest release on PyPI. If you'd rather run on master, this is also an option. ## Ignoring unmodified files