From 9e382bfbbb59152337bff27f6ed6cd0228e27ae6 Mon Sep 17 00:00:00 2001 From: Dave G Date: Sat, 14 Jul 2018 22:29:42 -0400 Subject: [PATCH] readme instructions fix. --- README.md | 6 +++--- rfd/__version__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8a18b2d..d905cc6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# RFD CLI +# RFD -Hot Deals on the command line. +Hot deals on the command line. [![Build Status](https://travis-ci.org/davegallant/rfd.svg?branch=master)](https://travis-ci.org/davegallant/rfd) @@ -41,5 +41,5 @@ There isn't native support for zsh but zsh's bash completion compatibility mode ```zsh echo 'autoload bashcompinit \ bashcompinit \ -eval "$(_FOO_BAR_COMPLETE=source foo-bar)"' >> ~/.zshrc +eval "$(_RFD_COMPLETE=source rfd)"' >> ~/.zshrc ``` diff --git a/rfd/__version__.py b/rfd/__version__.py index 2c14ccf..acd53aa 100644 --- a/rfd/__version__.py +++ b/rfd/__version__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- from __future__ import unicode_literals -__version__ = '0.1.4' +__version__ = '0.1.5'