Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
reminia committed Dec 9, 2023
1 parent a992875 commit f1fe80e
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 @@ -3,7 +3,7 @@ sbt-curl is a sbt plugin to run curl commands in sbt. <br/>
The motivation is to learn sbt by doing and then I came up with this idea.

## Features
* Run curl command directly in sbt, like `sbt curl www.google.com`.
* Run curl command directly in sbt, like `> curl www.google.com`.
* Run a file of curl commands, try `sbt curlTest`, it will execute the curl-test script defined.
See the [example](src/sbt-test/sbt-curl/simple/curl-test).

Expand Down

0 comments on commit f1fe80e

Please sign in to comment.