Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Fixed install bash for PowerShell. (#16)
Browse files Browse the repository at this point in the history
The @ without quotes is making PowerShell treat @weknow as a variable
  • Loading branch information
StephanWeinhold authored and jmolivas committed Jul 25, 2019
1 parent ae436e9 commit 339053f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ Embed Tweet and Moment cards in Gatsby markdown.
## Install

```bash
npm install --save @weknow/gatsby-remark-twitter
npm install --save "@weknow/gatsby-remark-twitter"
```

## How to use

0 comments on commit 339053f

Please sign in to comment.