Skip to content

Commit

Permalink
[skip ci] fixing curl command so it works in the shell
Browse files Browse the repository at this point in the history
  • Loading branch information
ngn13 authored Feb 2, 2024
1 parent b6b453b commit 616e4e4
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 @@ -18,7 +18,7 @@ Change the `URL` accordingly.
### Usage
You can use the web interface to shorten links, or you can directly use the API:
```bash
curl https://k.example.com/add?url=<url>
curl https://k.example.com/add\?url=<url>
```

### Todo
Expand Down

0 comments on commit 616e4e4

Please sign in to comment.