From 75a5edd8bb0c4ed42b4e955749550f1337972cc0 Mon Sep 17 00:00:00 2001 From: Kun Ren Date: Fri, 24 Jan 2020 16:54:01 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 49c8519a7..386bf1832 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,10 @@ This extension contributes the following settings: An opt-in experimental R session watcher is implemented to support the following features: * Watch any R session -* Show value of session symbol on hover -* Provide completion for session symbol +* Show value of session symbols on hover +* Provide completion for session symbols * `View()` any objects including data frames and list objects -* Show plot output on update +* Show plot output on update and plot history * Show htmlwidgets, documentation and shiny apps in WebView ### Basic usage