Skip to content

Commit

Permalink
Fixed typo in README, wrong port in curl command.
Browse files Browse the repository at this point in the history
  • Loading branch information
gierens committed Feb 26, 2022
1 parent 33e1a04 commit 655e3c4
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 @@ -35,7 +35,7 @@ sudo systemctl reload nginx

4. Now you should be able to reach the API server via HTTPS:
```bash
curl -k https://127.0.0.1:5000/ -H "X-Auth-Token: ${TOKEN}"
curl -k https://127.0.0.1:5443/ -H "X-Auth-Token: ${TOKEN}"
```

## Hardware
Expand Down

0 comments on commit 655e3c4

Please sign in to comment.