Skip to content

Commit

Permalink
Merge pull request #448 from ciceropablo/patch-1
Browse files Browse the repository at this point in the history
Update TROUBLESHOOTING.md
  • Loading branch information
Matt Bernier authored Oct 6, 2017
2 parents d519c32 + 9b918d6 commit fbbf9f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ try {
<a name="versions"></a>
## Versions

We follow the MAJOR.MINOR.PATCH versioning scheme as described by [SemVer.org](http://semver.org). Therefore, we recommend that you always pin (or vendor) the particular version you are working with to your code and never auto-update to the latest version. Especially when there is a MAJOR point release, since that is guarenteed to be a breaking change. Changes are documented in the [CHANGELOG](https://github.com/sendgrid/sendgrid-php/blob/master/CHANGELOG.md) and [releases](https://github.com/sendgrid/sendgrid-php/releases) section.
We follow the MAJOR.MINOR.PATCH versioning scheme as described by [SemVer.org](http://semver.org). Therefore, we recommend that you always pin (or vendor) the particular version you are working with to your code and never auto-update to the latest version. Especially when there is a MAJOR point release, since that is guaranteed to be a breaking change. Changes are documented in the [CHANGELOG](https://github.com/sendgrid/sendgrid-php/blob/master/CHANGELOG.md) and [releases](https://github.com/sendgrid/sendgrid-php/releases) section.

<a name="environment"></a>
## Environment Variables and Your SendGrid API Key
Expand Down Expand Up @@ -86,4 +86,4 @@ In most cases we recommend you download the latest version of the library, but i
"sendgrid/sendgrid": "~X.X.X"
}
}
```
```

0 comments on commit fbbf9f6

Please sign in to comment.