Skip to content

Commit

Permalink
improve wording in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jub0bs committed Mar 25, 2024
1 parent 5fcdc06 commit d540b7a
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 @@ -34,7 +34,7 @@ jub0bs/cors requires Go 1.22 or above.

The following program demonstrates how to create a CORS middleware that

- allows anonymous requests from Web origin `https://example.com`,
- allows anonymous access from Web origin `https://example.com`,
- with any HTTP method among `GET`, `POST`, `PUT`, or `DELETE`, and
- (optionally) with request header `Authorization`,

Expand Down

0 comments on commit d540b7a

Please sign in to comment.