Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
leosunmo committed Feb 16, 2024
1 parent 4314a32 commit 4cb291a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jt

Tiny command-line tool for creating JIRA tickets with a Summary/Title and optionally a description.
Tiny command-line tool for creating JIRA tickets with a summary/title and optionally a description.

## Usage
Create a config file under `~/.config/jt/config.yaml` with some default values. Here's an example with all supported values:
Expand All @@ -24,7 +24,7 @@ jt My new ticket -m "With a description!"

# Or create a ticket with $EDITOR
jt
# The first lin is the ticket summary/title
# The first line is the ticket summary/title
#
# The description is everything after a blank line
# which can be multiline.
Expand Down

0 comments on commit 4cb291a

Please sign in to comment.