Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusmunch committed Jan 10, 2018
1 parent 2dee512 commit 7f250ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ Usage
>>> import ranktier
>>> r = ranktier.Rank(42)
>>> print r
Archon 2
Archon [2]
```

`r.name` can also be used, but returns the same as above.

`rank` has to be a two-digit number for ranktier to work. Ranktier works regardless of `rank` being a `str`-type or `int`-type variable.

0 comments on commit 7f250ab

Please sign in to comment.