Skip to content

Commit f76562c

Browse files
committed
Small fix to README
1 parent f063cc3 commit f76562c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ int main() {
5656
## Bindings to other languages
5757
`SpecUtils` has explicit bindings to `Python`, `Java`, `Node`, and `C`, with the `C` known to be used from `C`, `Fortran`, and `Rust`.
5858

59-
To one of these bindings:
59+
To build one of these bindings:
6060
* `Python`: The [nanobind](https://github.com/wjakob/nanobind) library is used to create these binding. To use a pre-compiled version via `pip`, see https://pypi.org/project/SandiaSpecUtils/ . If you would like to compile the bindings yourself, see [bindings/python/README.md](bindings/python/README.md). Some example uses are available in [bindings/python/examples](bindings/python/examples).
6161
* `Node`: The [node-addon-api](https://www.npmjs.com/package/node-addon-api) and [cmake-js](https://www.npmjs.com/package/cmake-js) packages are used to create these bindings; see [bindings/node/README.md](bindings/node/README.md) for instructions on compiling. An example use is in [example.js](bindings/node/example.js).
6262
* `Java`: The [SWIG](https://www.swig.org) package is used to create these bindings, and could likely be used for other languages. See [bindings/swig/README.md](bindings/swig/README.md) for compilation instructions. An example use of `SpecUtils` from java is included in the bindings directory.
63-
* `C`: These bindings are hand-written, and can be included when building `SpecUtils` by specifying the `SpecUtils_C_BINDINGS` CMake option to `ON`. There is an example use of C interface in [examples/c_interface_example.c](c_interface_example.c).
63+
* `C`: These bindings are hand-written, and can be included when building `SpecUtils` by specifying the `SpecUtils_C_BINDINGS` CMake option to `ON`. There is an example use of C interface in [c_interface_example.c](examples/c_interface_example.c).
6464

6565

6666

0 commit comments

Comments
 (0)