Skip to content

Commit 9c56871

Browse files
authored
Merge pull request #2 from peckadesign/readme-update
README: Requirements and Installation
2 parents e4c2d04 + 9183599 commit 9c56871

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
# AsyncControl
22

3+
Trait for asynchronous control rendering.
4+
35
[![Build Status](https://travis-ci.org/peckadesign/AsyncControl.svg?branch=master)](https://travis-ci.org/peckadesign/AsyncControl)
46

5-
Trait for asynchronous control rendering.
7+
## Requirements
8+
9+
- [Nette/Application](https://github.com/nette/application)
10+
11+
## Installation
12+
13+
The best way to install PeckaDesign/AsyncControl is using [Composer](http://getcomposer.org/):
14+
15+
```sh
16+
$ composer require pd/async-control
17+
```
618

719
## Usage
820

0 commit comments

Comments
 (0)