Skip to content

Commit 642c719

Browse files
committed
Change readme
1 parent 99be6f4 commit 642c719

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ composer global require stichoza/laravel-coderunner
1818
1. Right-click on `PHP` and select Duplicate.
1919
1. Name new language `Laravel`.
2020
1. Write following in the "Run Command" field:
21-
```bash
22-
laravel-coderunner $filename
23-
```
21+
22+
```bash
23+
laravel-coderunner $filename
24+
```
2425

2526
### Running code for specific project.
2627
By default, the code is evaluated in default Laravel installation that is provided with this package. Follow this steps if you want to run code in different project:

0 commit comments

Comments
 (0)