Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
Update readme examples
  • Loading branch information
NeonDaniel authored Oct 26, 2022
2 parents 52d0932 + 57e8124 commit 30177f9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update_skill_json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
sudo apt update
sudo apt install -y gcc git libpulse-dev
pip install --upgrade pip
pip install neon-utils\~=0.17 ovos-skills-manager
pip install neon-utils~=1.0,\>=1.1.1 ovos-skills-manager
- name: Get Updated skill.json
run: |
python action/skill/scripts/update_skill_json.py
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ Make Mycroft repeat whatever you want
Turn Mycroft into a parrot. Speak a phrase and listen to it repeated in Mycroft's selected voice.

## Examples
* "say Goodnight, Gracie"
* "repeat Once upon a midnight dreary, while I pondered, weak and weary, Over many a quaint and curious volume of forgotten lore"
* "speak I can say anything you'd like!"
* "Say Goodnight, Gracie."
* "Speak I can say anything you'd like!"

## Credits
[Mycroft AI](https://github.com/MycroftAI)
Expand Down
5 changes: 2 additions & 3 deletions skill.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
"short_description": "Make Mycroft repeat whatever you want",
"description": "Turn Mycroft into a parrot. Speak a phrase and listen to it repeated in Mycroft's selected voice.",
"examples": [
"say goodnight, gracie",
"repeat once upon a midnight dreary, while i pondered, weak and weary, over many a quaint and curious volume of forgotten lore",
"speak i can say anything you'd like!"
"Say Goodnight, Gracie.",
"Speak I can say anything you'd like!"
],
"desktopFile": false,
"warning": "",
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

__version__ = "0.0.1"
__version__ = "0.0.2"

0 comments on commit 30177f9

Please sign in to comment.