From 47f5be3a3f1309c09ab74330b2180d6b2dd10671 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Tue, 31 Oct 2023 08:59:21 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f37f43f2..9556e110 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ deviate from the standard in exchange for top performance. Boost.Unordered can be installed in a number of ways: * [Download Boost](https://www.boost.org/users/download/) and you're ready to go (this is a header-only library requiring no building). -* Using Conan 2: In case you don't have it yet, add en entry for Boost in your `conanfile.txt` (the example requires at least Boost 1.83): +* Using Conan 2: In case you don't have it yet, add an entry for Boost in your `conanfile.txt` (the example requires at least Boost 1.83): ``` [requires] boost/[>=1.83.0]