Skip to content

Commit d34f3de

Browse files
authored
Merge pull request #46 from alisalehi1380/patch-1
add backtick to php class in readme
2 parents ff8470d + 364a011 commit d34f3de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Client extends Model
4343
}
4444
```
4545

46-
For example, if you have a 'ClientResource' in your project, integrate the action into ListClients class as demonstrated below:
46+
For example, if you have a `ClientResource` in your project, integrate the action into `ListClients` class as demonstrated below:
4747

4848
```php
4949

0 commit comments

Comments
 (0)