Skip to content

Commit 43df5e3

Browse files
committed
update readme
1 parent d0badab commit 43df5e3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ and don't use any {{ }} in your blade or don't use any PHP Pure code
2727
Blade template engine has created to not code PHP Pure , It has created to code easier
2828
You can do it by EasyBlade :) !
2929

30-
## Current Directive :
30+
## Current Directives :
3131

32-
- ```@asset('foo')```
33-
- ```@url('foo')```
34-
- ```@route('foo')```
35-
- ```@isActive('routeName', 'active', 'deactive')```
36-
- ```@count(array|collection, number )```
37-
- ```@user(attr)```
32+
- `@asset('foo')`
33+
- `@url('foo')`
34+
- `@route('foo')`
35+
- `@isActive('routeName', 'active', 'deactive')`
36+
- `@count(array|collection, number )`
37+
- `@user(attr)`
3838

3939
## Features :
4040
- You can pass a route name or array of route names as first parameters to```@isActive``` directive , second parameter is a string which you want to echo in view and third parameter is a optional param and it will return a null string if nothing passed , It will be showed when current route is not equal to array or string which passed as first param

0 commit comments

Comments
 (0)