From 566df4bdfa9f646235424d2b496fe07a9261535f Mon Sep 17 00:00:00 2001 From: Jahan Addison Date: Wed, 1 Jan 2025 20:47:56 -0500 Subject: [PATCH] chore: docs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a67b7c5..5fba2f3 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,12 @@ make [More information on llvm in mingw.](https://github.com/mstorsjo/llvm-mingw) -#### Dependencies +### Dependencies Note: These are installed automatically via CPM and cmake. -* simdjson -* cxxopts +* `simdjson` - Ultra-performant json parser +* `cxxopts` - Lightweight commandline option parser ### Resources