Skip to content

Commit

Permalink
Remove $ from readme commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
reinink committed Dec 27, 2016
1 parent 0e872dc commit 4ce0c27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -32,7 +32,7 @@ Plates is a native PHP template system that's fast, easy to use and easy to exte
Plates is available via Composer:

```
$ composer require league/plates
composer require league/plates
```

## Documentation
Expand All @@ -42,7 +42,7 @@ Full documentation can be found at [platesphp.com](http://platesphp.com/).
## Testing

```bash
$ phpunit
phpunit
```

## Contributing
Expand Down

0 comments on commit 4ce0c27

Please sign in to comment.