diff --git a/README.md b/README.md index 4e674e39..a2087d0a 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ There is no runtime dispatch on ARM. The simdjson library is single-threaded. Thread safety is the responsability of the caller: it is unsafe to reuse a ParsedJson object between different threads. -If you are on an x64 processor, the runtime dispatching assigns the right code path the firs time that parsing is attempted. The runtime dispatching is thread-safe. +If you are on an x64 processor, the runtime dispatching assigns the right code path the first time that parsing is attempted. The runtime dispatching is thread-safe. ## Usage (old-school Makefile on platforms like Linux or macOS)