Skip to content

Commit

Permalink
readme: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JanTvrdik committed Aug 3, 2016
1 parent 6e86dd3 commit 80cb119
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
## Nextras\SecuredLinks
## Nextras SecuredLinks

[![Build Status](https://travis-ci.org/nextras/secured-links.svg?branch=master)](https://travis-ci.org/nextras/secured-links)
[![Downloads this Month](https://img.shields.io/packagist/dm/nextras/secured-links.svg?style=flat)](https://packagist.org/packages/nextras/secured-links)
Expand All @@ -19,7 +19,8 @@ $ composer require nextras/secured-links
## Usage of SecuredLinksTrait

```php
abstract class BasePrenseter extends Nette\Application\UI\Presenter
<?php
abstract class BasePresenter extends Nette\Application\UI\Presenter
{
use Nextras\Application\UI\SecuredLinksPresenterTrait;
}
Expand Down

0 comments on commit 80cb119

Please sign in to comment.