Skip to content

Commit 74514c8

Browse files
committed
Improve input vignette: fix typos, use video instead of gif
1 parent d82e6f2 commit 74514c8

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

vignettes/input_sketchpicker.gif

-234 KB
Binary file not shown.

vignettes/input_sketchpicker.mp4

61.7 KB
Binary file not shown.

vignettes/intro_inputs.Rmd

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ devtools::document()
120120
devtools::install(quick = TRUE)
121121
```
122122

123-
In RStudio, you can use the keyboard shortcuts `Ctrl+Shift+D` and
123+
In RStudio, you can use the keyboard shortcuts `Ctrl-Shift-D` and
124124
`Ctrl-Shift-B` to document and build the package. (On macOS, the shortcuts are
125-
`Cmd+Shift+D` and `Cmd+Shift+B`)
125+
`Cmd-Shift-D` and `Cmd-Shift-B`)
126126

127127
## Run the included demo
128128

@@ -235,7 +235,9 @@ package.
235235
After rebuilding the JavaScript and the package, try running `app.R` again. You
236236
should see something like this:
237237

238-
![](./input_sketchpicker.gif)
238+
<video autoplay muted>
239+
<source src="./input_sketchpicker.mp4"/>
240+
</video>
239241

240242
When you select new colors, you should see the `textOutput` update accordingly.
241243

0 commit comments

Comments
 (0)