Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
josiasmontag committed Mar 15, 2017
1 parent 4d216bf commit 4e628bd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

<p align="center">
<a href="https://travis-ci.org/josiasmontag/laravel-email-verifictaion"><img src="https://travis-ci.org/josiasmontag/laravel-email-verifictaion.svg" alt="Build Status"></a>
<a href="https://packagist.org/packages/josiasmontag/laravel-email-verifictaion"><img src="https://poser.pugx.org/josiasmontag/laravel-email-verifictaion/d/total.svg" alt="Total Downloads"></a>
<a href="https://packagist.org/packages/josiasmontag/laravel-email-verifictaion"><img src="https://poser.pugx.org/josiasmontag/laravel-email-verifictaion/v/stable.svg" alt="Latest Stable Version"></a>
<a href="https://packagist.org/packages/josiasmontag/laravel-email-verifictaion"><img src="https://poser.pugx.org/josiasmontag/laravel-email-verifictaion/license.svg" alt="License"></a>
<a href="https://travis-ci.org/josiasmontag/laravel-email-verification"><img src="https://travis-ci.org/josiasmontag/laravel-email-verification.svg" alt="Build Status"></a>
<a href="https://packagist.org/packages/josiasmontag/laravel-email-verification"><img src="https://poser.pugx.org/josiasmontag/laravel-email-verification/d/total.svg" alt="Total Downloads"></a>
<a href="https://packagist.org/packages/josiasmontag/laravel-email-verification"><img src="https://poser.pugx.org/josiasmontag/laravel-email-verification/v/stable.svg" alt="Latest Stable Version"></a>
<a href="https://packagist.org/packages/josiasmontag/laravel-email-verification"><img src="https://poser.pugx.org/josiasmontag/laravel-email-verification/license.svg" alt="License"></a>
</p>

## Introduction
Expand All @@ -23,7 +23,7 @@ The Laravel Email Verification package is built for Laravel 5.4 to easily handle

To get started, use Composer to add the package to your project's dependencies:

composer require josiasmontag/laravel-email-verifictaion
composer require josiasmontag/laravel-email-verification


After installing the email verification package, register the `Lunaweb\EmailVerification\Providers\EmailVerificationServiceProvider` in your `config/app.php` configuration file:
Expand All @@ -44,7 +44,7 @@ This update will be performed by the migrations included with this package.
To run the migrations from this package use the following command:

```
php artisan migrate --path="/vendor/josiasmontag/laravel-email-verifictaion/resources/migrations"
php artisan migrate --path="/vendor/josiasmontag/laravel-email-verification/resources/migrations"
```

The package tries to guess your `user` table by checking what is set in the auth providers users settings.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "josiasmontag/laravel-email-verifictaion",
"name": "josiasmontag/laravel-email-verification",
"description": "Laravel Email Verification",
"license": "MIT",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/en/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
return [
/*
|--------------------------------------------------------------------------
| Email Verifictaion Language Lines
| Email Verification Language Lines
|--------------------------------------------------------------------------
*/
'done' => 'Your account was activated!',
Expand Down

0 comments on commit 4e628bd

Please sign in to comment.