From fefcab4297002e6b48bf443a6ac853ae758ed871 Mon Sep 17 00:00:00 2001 From: Matt Morgis Date: Tue, 2 Oct 2018 11:42:43 -0400 Subject: [PATCH] Update README.md Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 453aef9..47be8d0 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Subsequent builds will only build the parquet virtual table extension. ### Building (release) -Run `./make-linx-pgo` to build an instrumented binary, run tests to collect real-life usage samples, then build an optimized binary. PGO seems to give a 5-10% reduction in query times. +Run `./make-linux-pgo` to build an instrumented binary, run tests to collect real-life usage samples, then build an optimized binary. PGO seems to give a 5-10% reduction in query times. ### Tests