Skip to content

Commit 8436301

Browse files
committed
update
1 parent 19b43ac commit 8436301

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

00-about.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,13 @@ Mainly to make it easy to learn for PHP developers.
2020

2121
<br/>
2222

23-
<a href='/installation/' style="text-decoration: none; color: white; background-color: #41c917; padding: 10px 20px;">Download</a>
23+
<a href='/installation/' style="text-decoration: none; color: white; background-color: #41c917; padding: 10px 20px; margin-right: 30px;">Download</a>
24+
<a href='http://maurits.server.nlware.com/' style="text-decoration: none; color: white; background-color: #41c917; padding: 10px 20px; margin-right: 30px;">Demo</a>
25+
<a href='https://github.com/mintyphp/mintyphp' style="text-decoration: none; color: white; background-color: #41c917; padding: 10px 20px; margin-right: 30px;">Github</a>
2426

2527
<br/>
2628

27-
Blog 1: [https://www.leaseweb.com/labs/2013/10/mindaphp-new-php-framework-optimized-learning/](https://www.leaseweb.com/labs/2013/10/mindaphp-new-php-framework-optimized-learning/)
29+
## External links
2830

29-
Blog 2: [https://tqdev.com/2018-mindaphp-now-on-packagist](https://tqdev.com/2018-mindaphp-now-on-packagist)
30-
31-
Demo: [http://maurits.server.nlware.com/](http://maurits.server.nlware.com/)
32-
33-
Github: [https://github.com/mintyphp/mintyphp](https://github.com/mintyphp/mintyphp)
31+
- [MindaPHP: a new PHP framework optimized for learning](https://www.leaseweb.com/labs/2013/10/mindaphp-new-php-framework-optimized-learning/)
32+
- [MintyPHP now on packagist!](https://tqdev.com/2018-mindaphp-now-on-packagist)

01-installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ MintyPHP supports MariaDB (and other MySQL compatible databases).
2020

2121
## Download
2222

23-
You can download the latest version as a zip or tarball from:
23+
You can download the latest version as a zip archive by clicking the button below.
2424

2525
<br>
2626
<a href='http://github.com/mintyphp/mintyphp/archive/v2.0.1.zip' style="text-decoration: none; color: white; background-color: #41c917; padding: 10px 20px;">Download MintyPHP v2.0.1</a>
2727
<br>
2828
<br>
2929

30-
Unzip/untar the archive and run the start.sh script with the following command:
30+
Unzip the archive and run the start.sh script with the following command:
3131

3232
```
3333
unzip mintyphp-2.0.1.zip

0 commit comments

Comments
 (0)