Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Added doc fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaibyao committed Feb 21, 2019
1 parent 334eddd commit 5a990e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion jiragen-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ jiragen = "^0.9"
serde_json = "^1.0"

[[bin]]
name = "jiragen-cli"
name = "jiragen"
path = "src/main.rs"
doc = false
2 changes: 1 addition & 1 deletion jiragen-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//!
//! ## Installation
//!
//! Download the binary (located in the releases section of the GitHub repo) and run it on the command line.
//! Download the binary (located in the releases section of the GitHub repo) and run it on the command line. Alternatively if you already have Rust installed, you can run `cargo install jiragen-cli`.
//!
//! ## Usage
//!
Expand Down
2 changes: 1 addition & 1 deletion jiragen-lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

A Rust library for sending requests to JIRA. It includes functionality for sending bulk issue creation from a .csv file.

See Library Documentation
[See Library Documentation](https://docs.rs/jiragen)

0 comments on commit 5a990e1

Please sign in to comment.