From 16aa46caaccc79cf7dc4205d6e0bd9a787b1c983 Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Wed, 5 Jun 2024 21:46:30 -0400 Subject: [PATCH] docs: improve label for example image in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 186df64..eadd5d5 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ git clone https://github.com/dathere/100.dathere.com.git 8. Run `jb build .` to build the book or save a `.md`, `.ipynb`, or `.yml` file in VS Code for the Run on Save extension to run relevant commands. 9. Right click on `_build/html/index.html` and click Open with Live Server which should launch a local build of the website and should reload within a few seconds each time you save a `.md` or `.yml` file in VS Code (you may need to refresh the page once Run on Save is done each time). -![Live Server example](media/live-server-example.png) +![Live Server extension example](media/live-server-example.png) ## Notice