From ef541f971162e798103db13059bd1e3b3898e7da Mon Sep 17 00:00:00 2001 From: Asa Venton Date: Mon, 19 Oct 2020 17:36:17 +0100 Subject: Fix errors in readme. --- readme.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 6aac8e7..637d1fd 100644 --- a/readme.md +++ b/readme.md @@ -9,7 +9,14 @@ Bash script for querying various info from Oxford English Dictionary (https://ww Usage ----- -./oedquery.sh [flag] [word] +This script designed to be used in IRC with a specific bot, and only works from a shell using bash read. + +Shell: +./oedquery.sh +[flag] [word] (upon bash read) + +Or with the bot it was designed for: +!oed [flag] [word] -d define (default) - return first definition of each lexical category with an example sentence. -et etymology - return etymology, if available, for given word. @@ -17,8 +24,6 @@ Usage -t thesaurus - return synonyms for given word. -wod word of the day - return defintion for Lexico's word of the day. -This script designed to be used in IRC with a specific bot, but should work fine from the command line using stdin. - Note: you must provide your own App ID and App Key for access to the OED API. These can be got for free from their website. Sources -- cgit v1.2.3