Skip to content

Commit 7159410

Browse files
authored
Merge pull request dmkit#14 from gabbanaesteban/patch-1
Fix syntax highlighting
2 parents c159586 + d7b916a commit 7159410

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A simple JWT middleware for Phalcon Micro to handle stateless authentication.
44

55
## Installation
66
```bash
7-
composer require dmkit/phalcon-jwt-auth
7+
$ composer require dmkit/phalcon-jwt-auth
88
```
99
or in your composer.json
1010
```json
@@ -17,7 +17,7 @@ or in your composer.json
1717
```
1818
then run
1919
```bash
20-
composer update
20+
$ composer update
2121
```
2222

2323
## Usage
@@ -173,7 +173,7 @@ print_r( $app->getDI()->get('auth')->data('email') );
173173
print_r( $this->auth->data() );
174174
```
175175
If you want to change the service name:
176-
```
176+
```php
177177
AuthMicro::$diName = 'jwtAuth';
178178
```
179179

0 commit comments

Comments
 (0)