From 192232bc7de25521dbc07a245c572bcdb98cb897 Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Thu, 17 Oct 2013 12:58:42 +0200 Subject: [PATCH] Fix non-ascii characters in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d5cb2e1..c9a3713 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ The remaining tasks can be automated with the `release` command (the `--skip-changelog` option prevents `release` from regenerating the automatic changelog) ```python -(changes)➜ changes git:(master) changes -p changes changelog +(changes)$ changes changes -p changes changelog What is the release version for "changes" [Default: 0.1.1]: INFO:changes.cli:Added content to CHANGELOG.md Everything up-to-date @@ -99,7 +99,7 @@ INFO:changes.cli:Committed changelog update << changelog pruning >> -(changes)➜ changes git:(master) ✗ changes -p changes release --skip-changelog +(changes)$ changes -p changes release --skip-changelog What is the release version for "changes" [Default: 0.1.1]: Counting objects: 7, done. Delta compression using up to 8 threads. @@ -118,7 +118,7 @@ warning: sdist: standard file not found: should have one of README, README.rst, Or you can do it all in one step (if your commit messages are good enough): ```python -(changes)➜ changes git:(master) changes -m changes release +(changes)$ changes -m changes release What is the release version for "changes" [Default: 0.2.0]: INFO:changes.cli:Added content to CHANGELOG.md