Skip to content

Commit

Permalink
Update tag version for Laravel 4
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineAugusti authored Nov 11, 2016
1 parent 1c2ce0c commit fc6e4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You can register the SentimentAnalysis facade in the `aliases` key of your `conf
`SentimentAnalysis' => 'Antoineaugusti\LaravelSentimentAnalysis\Facades\SentimentAnalysis'`

#### Looking for a Laravel 4 compatible version?
Checkout the [1.1.1 version](https://github.com/AntoineAugusti/laravel-sentiment-analysis/releases/tag/v1.1.1), installable by requiring `"antoineaugusti/laravel-sentiment-analysis": "1.1.1"`.
Checkout the [1.2 version](https://github.com/AntoineAugusti/laravel-sentiment-analysis/releases/tag/v1.2), installable by requiring `"antoineaugusti/laravel-sentiment-analysis": "1.2"`.

## Usage
Sentences can be classified as **negative**, **neutral** or **positive**. The only supported language for the moment is **English**.
Expand Down

0 comments on commit fc6e4da

Please sign in to comment.