From a154716fe1dbd6bb239262d5bbb6f8832f3cc2e3 Mon Sep 17 00:00:00 2001 From: Edward Xu Date: Fri, 25 Aug 2023 22:26:51 +0200 Subject: [PATCH] Fix the link to the file-loading example --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ddc940b..dd867e2 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,7 @@ This repository contains an example Quarto document which uses this extension: * Usage example: [source](index.qmd) | [rendered web page](https://quarto-ext.github.io/shinylive/) * Sine wave example: [source](sine.qmd) | [rendered web page](https://quarto-ext.github.io/shinylive/sine.html) -* File-loading example: [source](load_file.qmd) | [rendered web page]https://quarto-ext.github.io/shinylive/load_file.html - +* File-loading example: [source](load_file.qmd) | [rendered web page](https://quarto-ext.github.io/shinylive/load_file.html) ## Installation