Update README.md

This commit is contained in:
Colin Henry 2018-02-14 14:09:02 -08:00 committed by GitHub
parent 1c505d018d
commit 67617c3f62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,10 @@
# prolific2jira
load stories generated by onsi/prolific into JIRA
##usage
## usage
```bash
prolific stories.prolific | prolific2jira prolific2jira -svr "http://jira.example.net" -user "user" -pass "NotAPassword1" -prj "PROJ"
```
##building
## building
```bash
go build ./...
```