Skip to content

Commit

Permalink
Fixed typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
edward-jazzhands committed Nov 1, 2024
1 parent c1dd38f commit b0c124d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 2024-11-01 0.5.2
- Fixed typo in README.md

# 2024-10-29 0.5.1
- Fixed all wording in doctings that weren't up to date

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ If you just need a quick way to grab a figlet as a string, the `pyfiglet.figlet_
self.query_one("#figlet1").copy_text_to_clipboard()
```
```python
fig_string = self.query_one("#figlet1").return_figlet_as_string(self)
fig_string = self.query_one("#figlet1").return_figlet_as_string()
```

## Thanks and Copyright
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "textual-pyfiglet"
version = "0.5.1"
version = "0.5.2"
description = "A Widget implementation of PyFiglet for Textual"
authors = ["edward-jazzhands <ed.jazzhands@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit b0c124d

Please sign in to comment.