Fix typo in REAME.md: technical -> technique (#338)

This commit is contained in:
Jérémie Galarneau 2019-10-19 11:07:02 -04:00 committed by Daniel Lemire
parent 1257432df3
commit f41a18b57d
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ Note: In some settings, it might be desirable to precompile `simdjson.cpp` inste
On Intel and AMD processors, we get best performance by using the hardware support for AVX2 instructions. However, simdjson also
runs on older Intel and AMD processors. We require a minimum feature support of SSE 4.2 and CLMUL (2010 Intel Westmere or better).
The code automatically detects the feature set of your processor and switches to the right function at runtime (a technical
The code automatically detects the feature set of your processor and switches to the right function at runtime (a technique
sometimes called runtime dispatch).