Skip to content

Commit 0d3ad9f

Browse files
committed
Remove spurious quotes
1 parent 1994f08 commit 0d3ad9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ knitr::opts_chunk$set(
1414
library(lobstr)
1515
```
1616

17-
# lobstr <img src="'man/figures/logo.png'" align="right" height="139" />
17+
# lobstr <img src="man/figures/logo.png" align="right" height="139" />
1818

1919
[![CRAN status](https://www.r-pkg.org/badges/version/lobstr)](https://cran.r-project.org/package=lobstr)
2020
[![Travis-CI Build Status](https://travis-ci.org/r-lib/lobstr.svg?branch=master)](https://travis-ci.org/r-lib/lobstr)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<!-- README.md is generated from README.Rmd. Please edit that file -->
33

4-
# lobstr <img src="'man/figures/logo.png'" align="right" height="139" />
4+
# lobstr <img src="man/figures/logo.png" align="right" height="139" />
55

66
[![CRAN
77
status](https://www.r-pkg.org/badges/version/lobstr)](https://cran.r-project.org/package=lobstr)

0 commit comments

Comments
 (0)