Fix minor typo in basics.md (#1547)
Updates basics.md with typo correction of were --> where. Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
This commit is contained in:
parent
0a2da45794
commit
48f5e8b6c3
|
@ -48,7 +48,7 @@ c++ myproject.cpp simdjson.cpp
|
||||||
```
|
```
|
||||||
|
|
||||||
Note:
|
Note:
|
||||||
- Users on macOS and other platforms were default compilers do not provide C++11 compliant by default should request it with the appropriate flag (e.g., `c++ -std=c++17 myproject.cpp simdjson.cpp`).
|
- Users on macOS and other platforms where default compilers do not provide C++11 compliant by default should request it with the appropriate flag (e.g., `c++ -std=c++17 myproject.cpp simdjson.cpp`).
|
||||||
|
|
||||||
Using simdjson with package managers
|
Using simdjson with package managers
|
||||||
------------------
|
------------------
|
||||||
|
|
Loading…
Reference in New Issue