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'