Skip to content

Commit

Permalink
Merge pull request #125 from jdeathe/issue/124
Browse files Browse the repository at this point in the history
CLOSES #124: Updates install instructions and screenshot URI.
  • Loading branch information
rylnd authored Feb 19, 2019
2 parents 688615c + 59da2db commit a810a56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased
* Handles arguments containing whitespace (#112)
* Updates URI in installation instructions and screenshot (#124)

## 0.3.1 (Dec 16, 2018)
* Replaces usage of `type` for better POSIX compatibility
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ shpec [![Build Status](https://travis-ci.org/rylnd/shpec.svg?branch=master)](htt
*Test your shell scripts!*

<p align='center'>
<img src='https://raw.github.com/wiki/rylnd/shpec/images/screenshot.png'
<img src='https://raw.githubusercontent.com/wiki/rylnd/shpec/images/screenshot.png'
alt="Screenshot of shpec" />
</p>

Expand Down Expand Up @@ -118,7 +118,7 @@ https://github.com/rylnd/shpec/blob/master/shpec/shpec_shpec.sh#L121-L139).
## Installation
you can either install with curl
```bash
sh -c "`curl -L https://raw.github.com/rylnd/shpec/master/install.sh`"
sh -c "`curl -L https://raw.githubusercontent.com/rylnd/shpec/master/install.sh`"
```

or with [antigen](https://github.com/zsh-users/antigen) for zsh by
Expand Down

0 comments on commit a810a56

Please sign in to comment.