Skip to content

Commit

Permalink
Updated readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
Data33 authored Jan 12, 2020
1 parent 2aa92db commit be61936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ A package for managing polls in Laravel.

Open your `composer.json` file and add the following to the `require` key:

"data33/laravel-poll": "1.0.*"
"data33/laravel-poll": "^1.0.1"

---

After adding the key, run composer update from the command line to install the package

```bash
composer update
composer update data33/laravel-poll
```

## Configuration ##
Expand Down

0 comments on commit be61936

Please sign in to comment.