Skip to content

Commit

Permalink
docs: rename vignette to be more prominent
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Nov 16, 2020
1 parent 7c4cd70 commit 05797d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ upsetjs() %>% fromList(listInput) %>% interactiveChart()

![List Input Example](https://user-images.githubusercontent.com/4129778/79375541-10dda700-7f59-11ea-933a-a3ffbca1bfd2.png)

see also [Basic.Rmd](./master/vignettes/basic.Rmd)
see also [UpSetJS.Rmd](./master/vignettes/upsetjs.Rmd)

## Shiny Example

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "UpSet.js Introduction"
title: "Getting Started"
author: "Samuel Gratzl"
date: "`r Sys.Date()`"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{UpSet.js Introduction}
%\VignetteIndexEntry{Getting Started}
%\VignetteEngine{knitr::rmarkdown}
\usepackage[utf8]{inputenc}
---
Expand Down

0 comments on commit 05797d5

Please sign in to comment.