From 358e4c1ddfbf72a8fab793639451a8f373bbccd7 Mon Sep 17 00:00:00 2001 From: Jose Enrique Hernandez Date: Thu, 26 Sep 2024 22:40:47 -0400 Subject: [PATCH] updating readme (#19) Co-authored-by: Jose Hernandez --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4fefa68..816ff50 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ To begin working with LOLRMM, you can: To fetch the complete list of RMM tools in JSON format, you can use the following curl command: ```bash -curl https://lolrmm.com/api/rmm_tools.json +curl https://lolrmm.io/api/rmm_tools.json ``` This will return a JSON array containing detailed information about all cataloged RMM tools. @@ -41,7 +41,7 @@ This will return a JSON array containing detailed information about all cataloge For CSV format, simply change the extension to `.csv`: ```bash -curl https://lolrmm.com/api/rmm_tools.csv +curl https://lolrmm.io/api/rmm_tools.csv ``` These APIs provide an easy way to integrate LOLRMM data into your threat hunting, detection, and prevention workflows.