diff --git a/README.md b/README.md index 47a589b..f34d0c5 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Command line tool wrapper compiler. Compile Python command line tool wrappers from JSON metadata. Supports a superset of the [Boutiques](https://boutiques.github.io/) descriptor format, and generates idiomatic Python (3.10+) wrappers with type hints, argument parsing, and documentation. Generated code only depends on the Python -standard library (and on shared type definition). Runtimes are decoupled via conde-injection. +standard library (and on shared type definition). Runtimes are decoupled via code-injection. ## The Styx-verse