Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
* Minor fix (line 23)

* Update README.md
  • Loading branch information
kant authored Jan 2, 2022
1 parent ee6e294 commit 210f1ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Tests][tests-image]][tests-link]
[![Coverage status][coverage-image]][coverage-link]

Multiplatorm Python CLI utility that downloads a specific portable release of
Multiplatform Python CLI utility that downloads a specific portable release of
Blender by version/os/bits from official Blender repositories. The minimum
supported version is v2.57.

Expand Down
2 changes: 1 addition & 1 deletion blender_downloader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


__author__ = "mondeja"
__description__ = "Multiplatorm Blender portable release downloader script."
__description__ = "Multiplatform Blender portable release downloader script."
__title__ = "blender-downloader"
__version__ = "0.0.17"

Expand Down

0 comments on commit 210f1ac

Please sign in to comment.