From 1b85e67036092e41680d47a10272600e5053cbe6 Mon Sep 17 00:00:00 2001 From: Douglas Duteil Date: Tue, 4 Feb 2025 19:28:51 +0100 Subject: [PATCH] doc(README): a cooler waring :wave: I'm just testing the process using my fork as a source of changes for this repo ;) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5aaa38a..cbce921 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ Turn your CSV files to queryable objects. Node-csv-query loads the entire CSV file in memory, thanks to *csv-parse*, then plug *lodash* manipulation functions on the loaded dataset. This can be handy for demo project as your code will have a databsae ready syntax while your dataset is easily editable even for non developer. -> :warning:Warning:warning:: this library is not meant for performance! +> [!WARNING] +> this library is not meant for performance ! ## How to use