Skip to content

Commit

Permalink
Merge pull request #2 from peckadesign/readme-update
Browse files Browse the repository at this point in the history
README: Requirements and Installation
  • Loading branch information
vitkutny authored Mar 8, 2017
2 parents e4c2d04 + 9183599 commit 9c56871
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
# AsyncControl

Trait for asynchronous control rendering.

[![Build Status](https://travis-ci.org/peckadesign/AsyncControl.svg?branch=master)](https://travis-ci.org/peckadesign/AsyncControl)

Trait for asynchronous control rendering.
## Requirements

- [Nette/Application](https://github.com/nette/application)

## Installation

The best way to install PeckaDesign/AsyncControl is using [Composer](http://getcomposer.org/):

```sh
$ composer require pd/async-control
```

## Usage

Expand Down

0 comments on commit 9c56871

Please sign in to comment.