From bb33406fe2a57a4e99181d7e96bf71b873788c61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Li=C3=A9tar?= Date: Tue, 14 Jan 2020 02:23:23 +0000 Subject: [PATCH] Remove upper case letter from middle of sentence --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11ec8fd..a3d6395 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ cmake -G Ninja .. -DCMAKE_BUILD_TYPE=RelWithDebInfo ninja ``` -On ELF platforms, The build produces a binary `libsnmallocshim.so`. +On ELF platforms, the build produces a binary `libsnmallocshim.so`. This file can be `LD_PRELOAD`ed to use the allocator in place of the system allocator, for example, you can run the build script using the snmalloc as the allocator for