Skip to content

Commit fafd939

Browse files
committed
fix badge in README
1 parent 8a090d2 commit fafd939

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ dependencies <- jsonlite::fromJSON("js/package.json")$dependencies
1010
<!-- badges: start -->
1111
[![CRAN status](https://www.r-pkg.org/badges/version/muiMaterial)](https://CRAN.R-project.org/package=muiMaterial)
1212
[![R-CMD-check](https://github.com/lgnbhl/muiMaterial/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/lgnbhl/muiMaterial/actions/workflows/R-CMD-check.yaml)
13-
`r badger::badge_custom(names(dependencies)[4], dependencies[4], "blue", "https://mui.com/material-ui/getting-started/")`
14-
`r badger::badge_custom(names(dependencies)[5], dependencies[5], "blue", "https://mui.com/material-ui/getting-started/")`
13+
`r badger::badge_custom(names(dependencies)[3], dependencies[3], "blue", "https://mui.com/material-ui/getting-started/")`
14+
`r badger::badge_custom(names(dependencies)[4], dependencies[4], "blue", "https://mui.com/material-ui/about-the-lab/")`
1515
[![LinkedIn](https://img.shields.io/badge/LinkedIn-Follow-E4405F?style=social&logo=linkedin)](https://www.linkedin.com/in/FelixLuginbuhl)
1616
<!-- badges: end -->
1717

0 commit comments

Comments
 (0)