Skip to content

Commit

Permalink
edit README
Browse files Browse the repository at this point in the history
  • Loading branch information
ivelasq committed Dec 17, 2019
1 parent ca8dcb5 commit eb44eeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ knitr::opts_chunk$set(
)
```

# dataedu <img src="./img/hex.png" align = "right" height="150"/>
# dataedu <img src='man/figures/logo.png' align="right" height="150" />

<!-- badges: start -->
<!-- badges: end -->
Expand All @@ -26,7 +26,7 @@ You can install the development version of dataedu from [GitHub](https://github.

``` r
# install.packages("devtools")
devtools::install_github("data-edu/dataedu")
devtools::install_github("data-edu/dataedu", dependencies = TRUE)
```

## Examples
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

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

# dataedu <img src="./img/hex.png" align = "right" height="150"/>
# dataedu <img src='man/figures/logo.png' align="right" height="150" />

<!-- badges: start -->

Expand All @@ -18,7 +18,7 @@ You can install the development version of dataedu from

``` r
# install.packages("devtools")
devtools::install_github("data-edu/dataedu")
devtools::install_github("data-edu/dataedu", dependencies = TRUE)
```

## Examples

0 comments on commit eb44eeb

Please sign in to comment.