Skip to content

Commit 84dbc84

Browse files
committed
update readme.md
1 parent 4a9cec5 commit 84dbc84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ after publishing the config you can see it in config/writelog.php then you can c
3737
```
3838
return [
3939
40-
"directory" => base_path(), // Log Store Directory Url
40+
"directory" => base_path(), // Log Store Directory path
4141
4242
"file_name" => "debug.log" // Log file name
4343
];

config/writelog.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
return [
44
/*
55
|--------------------------------------------------------------------------
6-
| Log Store Directory Url
6+
| Log Store Directory path
77
|--------------------------------------------------------------------------
88
*/
99
"directory" => base_path(),

0 commit comments

Comments
 (0)