Skip to content

Commit

Permalink
Merge pull request #2 from Fruitware/develop
Browse files Browse the repository at this point in the history
Readme update
  • Loading branch information
keriat authored Dec 14, 2019
2 parents 03c4817 + 122f4db commit 3d95984
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Laravel Survey Manager system based on surveyjs library. Take a look at [contrib
1) In your terminal:

``` bash
$ composer require aidynmakhataev/laravelsurveyjs
$ composer require composer require fruitware/laravel-surveyjs
```

2) Publish the config file & run the migrations
Expand All @@ -28,6 +28,7 @@ php artisan migrate

## Usage
TODO

## Change log

Please see the [changelog](changelog.md) for more information on what has changed recently.
Expand All @@ -43,21 +44,19 @@ If you discover any security related issues, please email makataev.7@gmail.com i

## Credits

- [Aidyn Makhataev][link-author]
- [All Contributors][link-contributors]
- [Fruitware][link-author]

## License

MIT. Please see the [license file](license.md) for more information.

[ico-version]: https://img.shields.io/packagist/v/aidynmakhataev/laravelsurveyjs.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/aidynmakhataev/laravelsurveyjs.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/aidynmakhataev/laravelsurveyjs/master.svg?style=flat-square
[ico-version]: https://img.shields.io/packagist/v/fruitware/laravel-surveyjs.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/fruitware/laravel-surveyjs.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/fruitware/laravel-surveyjs/master.svg?style=flat-square
[ico-styleci]: https://styleci.io/repos/12345678/shield

[link-packagist]: https://packagist.org/packages/aidynmakhataev/laravelsurveyjs
[link-downloads]: https://packagist.org/packages/aidynmakhataev/laravelsurveyjs
[link-travis]: https://travis-ci.org/aidynmakhataev/laravelsurveyjs
[link-packagist]: https://packagist.org/packages/fruitware/laravel-surveyjs
[link-downloads]: https://packagist.org/packages/fruitware/laravel-surveyjs
[link-travis]: https://travis-ci.org/fruitware/laravel-surveyjs
[link-styleci]: https://styleci.io/repos/134269033
[link-author]: https://github.com/aidynmakhataev
[link-contributors]: ../../contributors]
[link-author]: https://github.com/Fruitware

0 comments on commit 3d95984

Please sign in to comment.