Skip to content

Commit 38618b6

Browse files
More typos
[skip ci]
1 parent 4554136 commit 38618b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Remove jit overhead from your package and compile it into a system image.
1010

11-
## Usage Example
11+
## Usage example
1212
E.g. do:
1313
```Julia
1414
using PackageCompiler
@@ -22,14 +22,14 @@ PackageCompiler.compile_package("Matcha", "UnicodeFun", force = false, reuse = t
2222

2323
# You can define a file that will get run for snooping explicitely like this:
2424
# this makes sure, that binary gets cached for all functions called in `for_snooping.jl`
25-
PackageCompiler.compie_package(("Matcha", "relative/path/for_snooping.jl"))
25+
PackageCompiler.compile_package("Matcha", "relative/path/for_snooping.jl")
2626

2727
# if you used force and want your old system image back (force will overwrite the default system image Julia uses) you can run:
2828
PackageCompiler.revert()
2929
```
3030

3131

32-
## Trouble shooting:
32+
## Troubleshooting:
3333

3434
- You might need to tweak your runtest, since SnoopCompile can have problems with some statements. Please open issues about concrete problems! This is also why there is a way to point to a file different from runtests.jl, for the case it becomes impossible to combine testing and snoop compiling (just pass `("package", "snoopfile.jl")`)!
3535

0 commit comments

Comments
 (0)