From 856bd9faec11ce869c22d13720cd6d7951350565 Mon Sep 17 00:00:00 2001 From: Israel Blancas Date: Sun, 8 Oct 2017 00:02:57 +0200 Subject: [PATCH] Fix some typos --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2a0b851..051a1ea 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ To produce a product that is easy to deploy and easier to use when hosting a pod ``` godep restore go build -# Set enviornment variable +# Set environment variable export POGO_SECRET=secret # Windows # set POGO_SECRET=secret @@ -43,7 +43,6 @@ export POGO_SECRET=secret Pogo uses a flat file structure for managing podcast episodes. As such, files have a special naming convention. For podcast audio files, filenames take the form of YEAR-MONTH-DAY followed by the title. The two values are -seperated by underscores (`YYYY-MM-DD_TITLE.mp3`). - -Shownote fils are markdown formatted and simply append `_SHOWNOTES.md` to the existing filename (sans .mp3 of course). +separated by underscores (`YYYY-MM-DD_TITLE.mp3`). +"Shownote" files are markdown formatted and simply append `_SHOWNOTES.md` to the existing filename (sans .mp3 of course).