Skip to content

Commit 9183599

Browse files
authored
README: Requirements and Installation
1 parent e4c2d04 commit 9183599

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

Diff for: README.md

+13-1
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)