Skip to content

Commit 52af8d5

Browse files
readme update
1 parent bf69bc0 commit 52af8d5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ Asset::asset('css/style.css');
11361136

11371137
| params | Description |
11381138
|---------------|-----------------------------|
1139-
| base_path | PAth to file |
1139+
| base_path | Path to file |
11401140
| cache | By Default is `false`. Tell method to include cache for each file |
11411141
| path_type | By Default is `false`, which uses absolute path for all files. While `true` will use relative path |
11421142
@@ -1165,7 +1165,6 @@ Asset::config('storage', false);
11651165

11661166
- or -- `using helper method`
11671167
```php
1168-
11691168
// absolute path
11701169
config_asset('storage/main.js', true);
11711170
// Output: http://domain.com/storage/main.js?v=111111111
@@ -1385,7 +1384,7 @@ use Tamedevelopers\Support\AutoloadRegister;
13851384
AutoloadRegister::load('folder');
13861385

13871386
or
1388-
autoload_register(['folder', 'folder2]);
1387+
autoload_register(['folder', 'folder2']);
13891388
```
13901389

13911390
## Helpers Functions

0 commit comments

Comments
 (0)