Closes #209
This commit is contained in:
Michael Jackson 2019-07-29 23:11:36 -07:00
parent 3fdd18094d
commit 92179a14a5
1 changed files with 5 additions and 5 deletions

View File

@ -329,11 +329,11 @@ export default function App() {
browsers. browsers.
</p> </p>
<p> <p>
If you&apos;re you want users to be able to use the latest version If you want users to be able to use the latest version when you cut a
when you cut a new release, the best policy is to put the version new release, the best policy is to put the version number in the URL
number in the URL directly in your installation instructions. This directly in your installation instructions. This will also load more
will also load more quickly because we won&apos;t have to resolve the quickly because we won&apos;t have to resolve the latest version and
latest version and redirect them. redirect them.
</p> </p>
<h3 css={{ fontSize: '1.6em' }} id="workflow"> <h3 css={{ fontSize: '1.6em' }} id="workflow">