diff --git a/README.md b/README.md index 8f9a27db9..60fc06cfb 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ import { HTTPSnippet } from 'httpsnippet'; const snippet = new HTTPSnippet({ method: 'GET', - url: 'httsp://httpbin.org/anything', + url: 'https://httpbin.org/anything', }); // generate Node.js: Native output