diff --git a/vignettes/getting_started.Rmd b/vignettes/getting_started.Rmd index 5ba163223..fc232768f 100644 --- a/vignettes/getting_started.Rmd +++ b/vignettes/getting_started.Rmd @@ -47,7 +47,7 @@ or install the development version with: ``` r -remotes::install_github("rstudio/keras") +remotes::install_github("rstudio/keras3") ``` The Keras R interface requires that a backend engine be installed. This is [TensorFlow](https://www.tensorflow.org/) by default.