From 1517c01832ecee8b0324a4be984cbb45173b229c Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Tue, 24 Dec 2024 10:25:37 +0100 Subject: [PATCH] Fix errors --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9ecf003..5025209 100644 --- a/README.md +++ b/README.md @@ -12,15 +12,15 @@ Type `make` to install the `mkproj` script, its man page, and the templates. ## Overview With `mkproj`, you can create a C++ project for a tool or a library. -The tool can be: +The project can be: -- a simple experiment, to test some idea; +- a simple tool, to test some idea; - a more elaborate tool, meant to be distributed; - a UNIX filter, which processes input files line by line, or reads from standard input when there are no input files; - a library, where both a static and a dynamic library will be built. -All of these can optionally: +Apart from the simple tool, all of these can optionally: - use a precompiled header for the C++ Standard Library; - implement a plugin architecture, where building and installing plugins is