readme instructions fix.

This commit is contained in:
Dave G
2018-07-14 22:29:42 -04:00
parent 0fa6acd7c9
commit 9e382bfbbb
2 changed files with 4 additions and 4 deletions

View File

@@ -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
```

View File

@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
__version__ = '0.1.4'
__version__ = '0.1.5'