From 5c4521a0789786d0fd03c471e89b375576a35aa0 Mon Sep 17 00:00:00 2001 From: Jacob Dreesen Date: Thu, 11 Oct 2018 21:38:49 +0200 Subject: [PATCH] Fix link to the examples directory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22114b85..fc82216f 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ req.end(); // but any HTTP client, written in any language, will be just fine. ``` -Examples in other languages are available in [the `example/` directory](example/). +Examples in other languages are available in [the `examples/` directory](examples/). ## Use Cases