From 033687ee86986e0b539aa7d96ac5a8a45e919717 Mon Sep 17 00:00:00 2001 From: Rasmus Melchior Jacobsen Date: Fri, 12 May 2023 09:25:45 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af7f90a..79aa22f 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,4 @@ assert_eq!(url.port_or_default(), 80); assert_eq!(url.path(), "/foo/bar"); ``` -The implementation is heavily inspired (close to copy/pase) from the Url type in [reqwless](https://github.com/drogue-iot/reqwless). +The implementation is heavily inspired (close to copy/paste) from the Url type in [reqwless](https://github.com/drogue-iot/reqwless).