From 9d5904f90d3cd3ad33f83071274f4bac30d5de01 Mon Sep 17 00:00:00 2001 From: Adam Fasoldt Date: Fri, 22 Jul 2022 12:32:27 -0400 Subject: [PATCH] Adjust readme for app root links for clarity. --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index e6fc043..899211b 100644 --- a/readme.md +++ b/readme.md @@ -18,9 +18,9 @@ Include this in your `` ``` - - - + + + ``` Add these two lines to the bottom of your `` just above the `` @@ -30,6 +30,6 @@ Add these two lines to the bottom of your `` just above the `` src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"> - + ```