Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Do not encourage to edit composer.json #86

Merged
merged 1 commit into from Dec 27, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 2 additions & 6 deletions README.md
Expand Up @@ -31,12 +31,8 @@ Plates is a native PHP template system that's fast, easy to use and easy to exte

Plates is available via Composer:

```json
{
"require": {
"league/plates": "3.*"
}
}
```
$ composer require league/plates
```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, @reinink do you want the $ or not? I just scanned various php league packages and some have the $ and some don't.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably not, but we can remove that post merge.


## Documentation
Expand Down