Skip to content

Commit 6b8441b

Browse files
Update README.md
1 parent c412bbf commit 6b8441b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,8 @@ Now, once we have folder and file structure defined we have to enable admin modu
8585
open config/modules.php file and add following line:
8686

8787

88-
`return [
89-
'admin' => 'Admin Panel'
90-
];
91-
`
88+
`return [`
89+
` 'admin' => 'Admin Panel'`
90+
`];`
9291

9392
Done, go to browser and hit your local website instance and see if you get "Welcome to Admin Module" message on your screen

0 commit comments

Comments
 (0)