From d338c3402bf34a88e23986535980d2a6cb241f0a Mon Sep 17 00:00:00 2001 From: Nicolas Date: Wed, 18 Sep 2024 15:18:44 -0400 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d0145a6..2a843aa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -103,7 +103,7 @@ This should return the response Hello, world! If you’d like to test the crawl endpoint, you can run this ```curl -curl -X POST http://localhost:3002/v0/crawl \ +curl -X POST http://localhost:3002/v1/crawl \ -H 'Content-Type: application/json' \ -d '{ "url": "https://mendable.ai"