Skip to content

Commit

Permalink
Updated readme to use raw resources for PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
eladrich committed Dec 30, 2021
1 parent 72b089e commit 8f56465
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
@@ -1,4 +1,4 @@
<p align="center"><img src="https://github.com/eladrich/pyrallis/blob/master/docs/pyrallis_logo.png" alt="logo" width="70%" /></p>
<p align="center"><img src="https://raw.githubusercontent.com/eladrich/pyrallis/master/docs/pyrallis_logo.png" alt="logo" width="70%" /></p>


# Pyrallis - Simple Configuration with Dataclasses
Expand All @@ -8,7 +8,7 @@
`Pyrallis` is a simple library, derived from `simple-parsing`, for automagically creating project configuration from a dataclass.


<p align="center"><img src="https://github.com/eladrich/pyrallis/blob/master/docs/argparse2pyrallis.gif" alt="GIF" width="100%" /></p>
<p align="center"><img src="https://github.com/eladrich/pyrallis/raw/master/docs/argparse2pyrallis.gif" alt="GIF" width="100%" /></p>

## Why `pyrallis`?

Expand Down
2 changes: 1 addition & 1 deletion pyrallis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.2"
__version__ = "0.1.2.1"

from . import wrappers, utils
from pyrallis.help_formatter import SimpleHelpFormatter
Expand Down

0 comments on commit 8f56465

Please sign in to comment.