Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
farrokhi authored Sep 4, 2024
1 parent 4d27109 commit 5f94e9e
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 @@ threat-intel-api was written with the following business rules in place:
Clients initiate their session by making an HTTP GET request to the service. There is only one endpoint: "/". In this initial request, the client is expected to provide a "bearer" token in the `Authorization` header, like so:

```http
HTTP/``1.1 GET /
HTTP/1.1 GET /
Authorization: Token <YOUR_TOKEN>
```

Expand Down

0 comments on commit 5f94e9e

Please sign in to comment.