From 5f3cd4899d717e98e5224ffb4348045be14b9fa3 Mon Sep 17 00:00:00 2001 From: Elias Nijs Date: Fri, 24 May 2024 19:59:12 +0200 Subject: [PATCH] docs: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fbf015..7e5e24f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Boids - Implemenation of the boids algorithms in c/c++ compiled to WASM for the web. + Implemenation of boids in c/c++.