Skip to content

Commit 3998cb7

Browse files
Rowayda-KhayriOmranic
authored andcommitted
Fix minor typos (#9)
Fix minor typos
1 parent 8c97fe4 commit 3998cb7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ $item = $tokenVerified->get('item'); // Get response body item
7979
$errors = $tokenVerified->errors(); // Get response errors
8080
```
8181

82-
> **Note:** All authy requests returns authy response, with a unified interface for your convenience, so you can interact with all responses the same way as above.
82+
> **Note:** All authy requests return authy response, with a unified interface for your convenience, so you can interact with all responses the same way as above.
8383
8484

8585
## Installation
@@ -89,7 +89,7 @@ $errors = $tokenVerified->errors(); // Get response errors
8989
composer require rinvex/laravel-authy
9090
```
9191

92-
2. If you don't have the following lines already, add it to your `config/services.php` file, before the end of the array:
92+
2. If you don't have the following lines already, add them to your `config/services.php` file, before the end of the array:
9393
9494
```php
9595
'authy' => [
@@ -99,7 +99,7 @@ $errors = $tokenVerified->errors(); // Get response errors
9999
100100
3. If you haven't already: Register an [Authy](https://www.authy.com) account -> Sign in -> Access [dashboard](https://dashboard.authy.com) -> Create new application -> Copy your API Secret key
101101

102-
4. If you don't have the following lines already, add it to your project's `.env` file, at the end:
102+
4. If you don't have the following lines already, add them to your project's `.env` file, at the end:
103103

104104
```ini
105105
AUTHY_SECRET=AuthySecretKey
@@ -114,7 +114,7 @@ $errors = $tokenVerified->errors(); // Get response errors
114114

115115
- **Upgrading To `v2.x` From `v1.x`**
116116

117-
API implementation is 100% backword compatible, but sandbox API has been dropped since it's officially deprecated. Also note that PHP7 is now required. Lastly the config options has been changed from `services.authy.mode`, `services.authy.keys.production`, and `services.authy.keys.sandbox` to only one key `services.authy.secret` for ease of use and consistency, accordingly the environment variables `AUTHY_MODE`, `AUTHY_PRODUCTION_KEY`, and `AUTHY_SANDBOX_KEY` are replaced with only one environment variable `AUTHY_SECRET`.
117+
API implementation is 100% backward compatible, but sandbox API has been dropped since it's officially deprecated. Also note that PHP7 is now required. Lastly the config options has been changed from `services.authy.mode`, `services.authy.keys.production`, and `services.authy.keys.sandbox` to only one key `services.authy.secret` for ease of use and consistency, accordingly the environment variables `AUTHY_MODE`, `AUTHY_PRODUCTION_KEY`, and `AUTHY_SANDBOX_KEY` are replaced with only one environment variable `AUTHY_SECRET`.
118118
119119
120120
## Changelog

0 commit comments

Comments
 (0)