Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mentix02 committed May 6, 2022
1 parent ae874a6 commit a413d31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# hammer
Uber simple & blazingly fast concurrent POST requester
# Hammer
Uber simple & blazingly fast concurrent POST requester written in Go.

Read the docs [here](./docs/).
4 changes: 1 addition & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ names and values as either of `text`, `url`, `email`, `number`, `time`, `date`,
and hammer will automatically mock fake data and send it as form data to the url specefied
as a command line argument.

Example invocation -

Example invocation (file: contact.json) -
```json
// contact.json
{
"name": "text",
"email": "email",
Expand Down

0 comments on commit a413d31

Please sign in to comment.