Skip to content

Commit

Permalink
Merge pull request #17 from erlete/update-readme
Browse files Browse the repository at this point in the history
Fix usage typo
  • Loading branch information
erlete authored Jan 20, 2024
2 parents 7f10033 + 314f712 commit 0a4ad1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ Interactive canvas that allows you to draw 2D coordinates in a plane and output
## Installation

```bash
python -m pip install coordinate-canvas
python -m pip install coordinate-canvas # Use dash instead of underscore!
```

## Usage

You can display the help message by running the following command:

```bash
python -m coordinate-canvas --help
python -m coordinate_canvas --help # Use underscore instead of dash!
```

Once the canvas has been opened, you will be able to click on any part of it and add a new coordinate. Lines can be switched using the numeric pad on the keyboard, as explained on the header of the window.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "coordinate-canvas"
version = "1.5.0"
version = "1.5.1"
description = "Matplotlib-based canvas that allows line drawing and coordinate retrieval"
readme = "README.md"
license = { file = "LICENSE" }
Expand Down

0 comments on commit 0a4ad1b

Please sign in to comment.