Skip to content

Commit

Permalink
Fix typo (and remove unneccessary use of "just") (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
adactio authored and remy committed Jan 5, 2018
1 parent 794bdae commit f2b3722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/blog/to-gist-and-back-again.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To get files online, you _could_ upload them individually to the gist website, o

For Mac users, I'd recommend using the `brew install gist` (and get brew, the package installer from [brew.sh](https://brew.sh/)). Otherwise, `gem install gist` (though my own track record for using `gem install…` is fairly shaky, so hopefully you have more luck).

Then you just specific the files to send up:
Then you specify the files to send up:

```bash
$ gist index.js package.json
Expand Down

0 comments on commit f2b3722

Please sign in to comment.