Skip to content

Commit

Permalink
Fix quoting error in README
Browse files Browse the repository at this point in the history
  • Loading branch information
OddBloke committed Apr 3, 2018
1 parent 9509205 commit 45e96df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Now place genRSS.py into the same directory and try the following examples.

The following command generates a feed for `mp3` files within `test/media` directory:

python genRSS.py -d test/media -e mp3 -t "My Podcast" -p "My Podcast Description -o feed.rss"
python genRSS.py -d test/media -e mp3 -t "My Podcast" -p "My Podcast Description" -o feed.rss

feed.rss should now be visible on the web page. You can visit it or open it with a podcast reader.

Expand Down

0 comments on commit 45e96df

Please sign in to comment.