Skip to content

Commit 1c2f2bc

Browse files
committed
Updated Readme File and Travis CI is configured. closing #4
1 parent 97fc70c commit 1c2f2bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[![Build Status](https://travis-ci.org/thecodework/two-factor-authentication.svg?branch=master)](https://travis-ci.org/thecodework/two-factor-authentication)
12
[![Code Climate](https://codeclimate.com/github/thecodework/laravel-two-factor-authentication.png)](https://codeclimate.com/github/thecodework/laravel-two-factor-authentication)
23
[![StyleCI](https://styleci.io/repos/85341644/shield?branch=master)](https://styleci.io/repos/85341644)
34

@@ -28,7 +29,7 @@ To publish config file
2829
$ php artisan vendor:publish --provider="Thecodework\TwoFactorAuthentication\TwoFactorAuthenticationServiceProvider" --tag=config
2930
```
3031
Once the config file is published you can navigate to config directory of your application and look for `2fa-config.php` file and change configuration as you want.
31-
The config file will look like this and have following configurable option.
32+
The config file will look like this and have following configurable option.
3233
```php
3334
/*
3435
* Specify redirect url after when token authentication

0 commit comments

Comments
 (0)