Skip to content

Commit

Permalink
✏️ fix link to webshot in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Dec 31, 2019
1 parent b1a0675 commit 9feb0f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ tweet_embed(tweet_url("alexpghayes", "1211748406730706944"))

Screenshots are automatically embedded in R Markdown documents,
or you can save the screenshot as a `.png` or `.pdf` file.
Uses the [rstudio/webshot2](httos://github.com/rstudio/webshot2) package.
Uses the [rstudio/webshot2](https://github.com/rstudio/webshot2) package.

```{r screenshot, out.width="400px"}
tweet_screenshot(tweet_url("alexpghayes", "1211748406730706944"))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ blogdown*?<a href="https://t.co/5kQUBh7j4g">https://t.co/5kQUBh7j4g</a>

Screenshots are automatically embedded in R Markdown documents, or you
can save the screenshot as a `.png` or `.pdf` file. Uses the
[rstudio/webshot2](httos://github.com/rstudio/webshot2) package.
[rstudio/webshot2](https://github.com/rstudio/webshot2) package.

``` r
tweet_screenshot(tweet_url("alexpghayes", "1211748406730706944"))
Expand Down

0 comments on commit 9feb0f5

Please sign in to comment.