From e123cfddc94ded54d20a20312d6e2d6851313647 Mon Sep 17 00:00:00 2001
From: atusy <30277794+atusy@users.noreply.github.com>
Date: Mon, 5 Aug 2024 09:20:29 +0900
Subject: [PATCH] docs(README): mention online versions of help search engine
---
README.md | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 9e56b38..29a6d63 100644
--- a/README.md
+++ b/README.md
@@ -35,10 +35,22 @@ source("https://install-github.me/atusy/felp")
### Fuzzy search and preview of help
-with `felp::fuzzyhelp()` or "Fuzzy Search on R Help" RStudio Addin
+with `felp::fuzzyhelp()` or "Fuzzy Search on R Help" RStudio Addin:
![Fuzzy search and preview of help](https://felp.atusy.net/reference/figures/fuzzyhelp.gif)
+This feature is a [https://shiny.posit.co/](Shiny) app and is also available online at .
+Note that some features are disabled in the online version (e.g., links between help topics and syntax highlights).
+Also, the online version has a limit on the number of available packages (**tidyverse** + **felp**).
+
+There is also a similar project at based on [WebR].
+The main differences are appearance and the number of available packages.
+[WebR]-based project supports installing any package on CRAN.
+Once you type `{{ packageName }}::` (e.g., `dplyr::`), [WebR] installs the package and you can find help topics in the package (e.g., `dplyr::mutate`).
+
+[WebR]: https://docs.r-wasm.org/webr/latest/
+
+
### Enhanced alternatives of base features
``` r