Skip to content

Commit 4d52447

Browse files
authored
Update php-express version to 2.0.1 in documentation
1 parent e338910 commit 4d52447

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h3>Installation</h3>
7373
<p>Next, add the following require entry to the <code>composer.json</code> file in the root of your project.</p>
7474
<pre class="prettyprint">{
7575
"require" : {
76-
"riverside/php-express" : "^2.0"
76+
"riverside/php-express" : "^2.0.1"
7777
}
7878
}</pre>
7979
<p>Finally, use Composer to install php-express and its dependencies:</p>
@@ -83,8 +83,8 @@ <h3>Installation</h3>
8383
<h3>Downloads</h3>
8484
<p>The project is hosted on GitHub.</p>
8585
<p>
86-
<a class="btn btn-primary" href="https://github.com/riverside/php-express/archive/refs/tags/v2.0.0.zip">Download .zip file</a>
87-
<a class="btn btn-primary" href="https://github.com/riverside/php-express/archive/refs/tags/v2.0.0.tar.gz">Download .tar.gz file</a>
86+
<a class="btn btn-primary" href="https://github.com/riverside/php-express/archive/refs/tags/v2.0.1.zip">Download .zip file</a>
87+
<a class="btn btn-primary" href="https://github.com/riverside/php-express/archive/refs/tags/v2.0.1.tar.gz">Download .tar.gz file</a>
8888
</p>
8989
</section>
9090
<section>
@@ -104,4 +104,4 @@ <h3>License</h3>
104104
<script src="js/bootstrap.min.js"></script>
105105
<script src="js/run_prettify.js"></script>
106106
</body>
107-
</html>
107+
</html>

0 commit comments

Comments
 (0)