Skip to content

Commit f86b8c3

Browse files
authored
Fix typo in backslash usage
1 parent 4821eaf commit f86b8c3

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)