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