diff --git a/RShiny/lessons/01_syntax_and_structure.md b/RShiny/lessons/01_syntax_and_structure.md index 6efe26e..c387a82 100644 --- a/RShiny/lessons/01_syntax_and_structure.md +++ b/RShiny/lessons/01_syntax_and_structure.md @@ -89,7 +89,7 @@ shinyApp(ui = ui, server = server) The app that returns should look like the one below: - +

You can see that while your app is running the console will look something similar to: