Skip to content

Commit

Permalink
Tweak readme
Browse files Browse the repository at this point in the history
  • Loading branch information
acabal committed Mar 1, 2019
1 parent 873346e commit 0e5d9c2
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 @@ -21,7 +21,7 @@ curl -s -o ~/.local/share/fonts/OFLGoudyStM.otf "https://raw.githubusercontent.c
curl -s -o ~/.local/share/fonts/OFLGoudyStM-Italic.otf "https://raw.githubusercontent.com/theleagueof/sorts-mill-goudy/master/OFLGoudyStM-Italic.otf"

# Refresh the local font cache.
sudo fc-cache -fv
sudo fc-cache -f

# Install the toolset.
pip3 install standardebooks
Expand Down
2 changes: 1 addition & 1 deletion se/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import regex


VERSION = "1.0.5"
VERSION = "1.0.6"
MESSAGE_INDENT = " "
UNICODE_BOM = "\ufeff"
NO_BREAK_SPACE = "\u00a0"
Expand Down

0 comments on commit 0e5d9c2

Please sign in to comment.