Skip to content

Commit d90adf5

Browse files
committed
update readme
1 parent d044c89 commit d90adf5

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
<p align="center">
44

5-
[//]: # (<a href="https://travis-ci.org/php-run/framework"><img src="https://travis-ci.org/php-run/framework.svg" alt="Build Status"></a>)
6-
<a href="https://packagist.org/packages/php-run/framework"><img src="https://img.shields.io/packagist/dt/php-run/framework" alt="Total Downloads"></a>
7-
<a href="https://packagist.org/packages/php-run/framework"><img src="https://img.shields.io/packagist/v/php-run/framework" alt="Latest Stable Version"></a>
8-
<a href="https://packagist.org/packages/php-run/framework"><img src="https://img.shields.io/packagist/l/php-run/framework" alt="License"></a>
5+
[![Issues](https://img.shields.io/github/issues/php-run/framework.svg?style=flat-square)](https://github.com/php-run/framework/issues)
6+
[![Stars](https://img.shields.io/github/stars/php-run/framework.svg?style=flat-square)](https://github.com/php-run/framework/stargazers)
7+
[![Latest Version](https://img.shields.io/github/tag/php-run/framework.svg?style=flat-square&label=release)](https://github.com/php-run/framework/tags)
8+
[![Software License](https://img.shields.io/github/license/php-run/framework.svg?style=flat-square)](LICENSE)
9+
[![Total Downloads](https://img.shields.io/packagist/dt/php-run/framework.svg?style=flat-square)](https://packagist.org/packages/php-run/framework)
10+
911
</p>
1012

1113
<p align="center"><a href="https://github.com/php-run/run" target="_blank">
@@ -19,6 +21,9 @@
1921

2022
Run is a nano API framework for building awesome small productive and scalable web apps.
2123

22-
## Try the Framework
24+
## Try Run Framework
2325

24-
> composer create-project php-run/run "new_project_name"
26+
```php
27+
composer create-project php-run/run "your_project_name"
28+
```
29+

0 commit comments

Comments
 (0)