From a58e6e6bcfc0e91cacdfb07b1cdbe1582ff0b531 Mon Sep 17 00:00:00 2001 From: ccn Date: Sun, 5 May 2024 12:11:07 -0400 Subject: [PATCH] Update README.md (#857) minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e62b129d..eeea2f6b 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ A simple cross-platform C++ library for terminal based user interfaces! * **Cross platform**: Linux/MacOS (main target), WebAssembly, Windows (Thanks to contributors!). * Learn by [examples](#documentation), and [tutorials](#documentation) * Multiple packages: CMake [FetchContent]([https://bewagner.net/programming/2020/05/02/cmake-fetchcontent/](https://cmake.org/cmake/help/latest/module/FetchContent.html)) (preferred), vcpkg, pkgbuild, conan. - * Good practises: documentation, tests, fuzzers, performance tests, automated CI, automated packaging, etc... + * Good practices: documentation, tests, fuzzers, performance tests, automated CI, automated packaging, etc... ## Documentation