Skip to content

Commit

Permalink
ref(php): Better wording for composer usage (#1025)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser authored May 29, 2019
1 parent 4b1ec6a commit 694717f
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
To install the SDK you will need to be using `Composer` in your project. To install
it please see the [docs](https://getcomposer.org/download/).

If you just want to get started quickly you should run the following command:
To install the SDK you will need to be using `composer` in your project. If you
are not already using Composer please see the [Composer documentation](https://getcomposer.org/download/).

```bash
composer require sentry/sdk:{% sdk_version sentry.php.sdk %}
```
```

0 comments on commit 694717f

Please sign in to comment.