Skip to content

Commit

Permalink
docs: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Nov 6, 2023
1 parent 86e8299 commit 1edfafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1edfafd

Please sign in to comment.