From 52df93ed933a55251341220940fc9facb557d9d7 Mon Sep 17 00:00:00 2001 From: Lily Rose Date: Sat, 9 Aug 2025 18:43:15 +1000 Subject: [PATCH] Remove unnecessary development section from README --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 33acd0f..8b7ceeb 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,3 @@ pub fn main() { ``` Further documentation can be found at . - -## Development - -```sh -gleam run # Run the project -gleam test # Run the tests -```