From 969d0e4eb02436749122794c1a99ec58c9b47f9e Mon Sep 17 00:00:00 2001 From: Linus Boehm Date: Wed, 16 Oct 2024 21:33:22 -0400 Subject: [PATCH] fix(readme): fix typos in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 443a64f..818063a 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ int main() ``` -Full runable examples can be found in `examples/` (e.g., [./examples/identity_as_default_projection.cpp.cpp](./examples/identity_as_default_projection.cpp.cpp)). +Full runnable examples can be found in `examples/` (e.g., [./examples/identity_as_default_projection.cpp](./examples/identity_as_default_projection.cpp)). ## Building beman.exemplar