Skip to content

Commit 1f980f9

Browse files
committed
update readme
1 parent 9f44b25 commit 1f980f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cjetreconstruction/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# JetReconstruction.jl C-bindings Test Applications
22

3-
Benchmark application using the JetReconstruction.jl C-bindings.
3+
Benchmark application using the JetReconstruction.jl statically compiled to a shared library.
44

55
## Compilation
66

77
Configure and compile using CMake in the standard way, e.g.,
88

99
```sh
1010
cmake -S . -B build
11-
# or if libjectreconstion is installed in non-standard location
11+
# or if libjectreconstruction is installed in non-standard location
1212
# JetReconstruction_DIR=<JetReconstruction-installation-location> cmake -S . -B build
1313
cmake --build build
1414
```

0 commit comments

Comments
 (0)