Fix small typo in readme (#22)

suprising -> surprising
This commit is contained in:
Florian Gilcher 2016-11-05 21:13:27 +01:00 committed by Casey Rodarmor
parent 39a78c968f
commit 5d98bab31d

View File

@ -18,7 +18,7 @@ build:
cc *.c -o main
```
`just` produces detailed error messages and avoids `make`'s idiosyncrasies, so debugging a justfile is easier and less suprising than debugging a makefile.
`just` produces detailed error messages and avoids `make`'s idiosyncrasies, so debugging a justfile is easier and less surprising than debugging a makefile.
If you need help with `just` please feel free to send me an email. Feature requests and bug reports are also always welcome!