Skip to content

Commit c0d1acc

Browse files
authored
Merge pull request #4 from tybulewicz/patch-1
Fix typo in backslash usage
2 parents 4821eaf + f86b8c3 commit c0d1acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ curl https://raw.githubusercontent.com/awinecki/magicfile/main/Makefile > Makefi
2727

2828
Add regular `make` commands. Some tips:
2929

30-
- Splitting commands on multiple lines is problematic in makefiles, but can be done with `/`
30+
- Splitting commands on multiple lines is problematic in makefiles, but can be done with `\`
3131

3232
```shell
3333
check-param: # [CHECK] Checks if param is present: make key=value

0 commit comments

Comments
 (0)