From 5256fd1942ef8518a0e7b163040dad4ad2fd9142 Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Tue, 27 Feb 2024 11:54:53 +0100 Subject: [PATCH] Improve wording in `Overview` section in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f54fc4c5e..232b6f084 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Fornjot is usable for simple models (see [examples](examples/)), but currently l ## Overview -This is a list of the crates that make up Fornjot, along with a short description for each, starting with the most basic ones and leading up to the high-level ones: +Fornjot features a modular architecture, allowing you to pick and choose which parts of it you want to use. It is made up of the following libraries: - [`fj`]: All-in-one API that re-exports all of the following crates. - [`fj-math`]: Math primitives used by the rest of Fornjot.