Minor style fixes

- use `()` when referencing functions
This commit is contained in:
jrfnl
2014-12-08 07:29:38 +01:00
parent 87202921c7
commit 185120cf6f
7 changed files with 26 additions and 24 deletions

View File

@@ -22,7 +22,8 @@ curl -s https://getcomposer.org/installer | php
{% endhighlight %}
This will download `composer.phar` (a PHP binary archive). You can run this with `php` to manage your project
dependencies. <strong>Please Note:</strong> If you pipe downloaded code directly into an interpreter, please read the
dependencies.
<strong>Please Note:</strong> If you pipe downloaded code directly into an interpreter, please read the
code online first to confirm it is safe.
#### Installing on Windows