From 8ea5a18c26275ccd73a66c6bb858613f38a0348f Mon Sep 17 00:00:00 2001 From: Maciej Nasinski Date: Thu, 21 Nov 2024 09:16:45 +0100 Subject: [PATCH] Update README.md Signed-off-by: Maciej Nasinski --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a0ae0c1..9dfbd2a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ ## Overview -This package provides a `roxygen2` extension that automatically takes the code from the `@examples` tag that follows and crate an URL to the shinylive service. During the documentation build, a new section is added to the function manual that contains aforementioned link as well as iframe to the application itself. +This package provides a `roxygen2` extension that automatically takes the code from the `@examples` tag that follows and create an URL to the shinylive service. +During the documentation build, a new section is added to the function manual that contains aforementioned link as well as iframe to the application itself. ## Install