aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-09-15 17:36:03 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-09-15 17:36:03 -0400
commit3d1a102a8d8425b8f4a08b78c77ee4b38f6de55b (patch)
tree4679d5fef988a449597c579b9821f0a91e51f54f
parentf5aa0d68043e5c541c0d07cf513fab9d1dca950f (diff)
Update README
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 358bb8fc..071244d3 100644
--- a/README.md
+++ b/README.md
@@ -62,12 +62,11 @@ of many language features or the other example programs/modules in
## User-friendliness
- [String interpolation](docs/text.md) and debug printing builtins
-- Docstring tests with syntax highlighted output
- Full-featured [libraries/modules](docs/libraries.md)
- [Full UTF8 support](docs/text.md) for all text operations
- Built-in doctests with syntax highlighting
- [Automatic command line argument parsing with type safety](docs/command-line-parsing.md)
-- Easy interoperability with C
+- [Easy interoperability with C](docs/c-interoperability.md)
## Dependencies