From 1689dff9b81d4e02e4083bbf719de968a288b0f3 Mon Sep 17 00:00:00 2001 From: Caleb Evans Date: Wed, 14 Jan 2015 12:05:29 -0800 Subject: [PATCH] Update README with documentation for verse ranges --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d5817af..9333aef 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,15 @@ YouVersion Suggest is an Alfred workflow which allows you to search the online [ ## Usage -Type the `yv` keyword, along with a space and a phrase representing the bible reference you wish to find. The phrase can be partial book name, chapter, or verse. You may also include an option version (translation) at the end of your query. As you type, YouVersion Suggest will display a list of suggestions matching your query. +Type the `yv` keyword, along with a space and a phrase representing the bible reference you wish to find. The phrase can be partial book name, chapter, verse, or range of verses. You may also include an option version (translation) at the end of your query. As you type, YouVersion Suggest will display a list of suggestions matching your query. ### Query Examples -* `luke` -* `eph 3` -* `1 c 3 esv` +* `luke` => Luke +* `eph 3` => Ephesians 3 +* `1 t 3 e` => 1 Thessalonians 3 (ESV), 1 Timothy 3 (ESV) +* `mat 6:34 nlt` => Matthew 6:34 (NLT) +* `1 co 13.4-7` => 1 Corinthians 13.4-7 ## Testing