From 90e213f8244828c753b7555be89dc46529684e8d Mon Sep 17 00:00:00 2001 From: Joe Hawes Date: Fri, 9 Feb 2024 13:36:14 -0800 Subject: [PATCH] Readme tweak. --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 7cf6275..0a8bf02 100644 --- a/readme.md +++ b/readme.md @@ -19,7 +19,7 @@ Documentation and examples at [waymark.dev/js](https://www.waymark.dev/js) To use Waymark JS, you will need to include the following assets in your page. Here we are adding them to the `` of the document so they are immediately available to the ``: > [!IMPORTANT] -> The `dist/` directory in the [project root](https://github.com/OpenGIS/Waymark-JS) contains the assets ready for _production_ use. The `src/` directory contains the source files for development which can be modified and built using the instructions in the [Development](#development) section below. +> The `dist/` [directory](https://github.com/OpenGIS/Waymark-JS/tree/master/dist) in the project root contains the assets ready for _production_ use. The `src/` directory contains the source files for development which can be modified and built using the instructions in the [Development](#development) section below. ```html @@ -35,9 +35,6 @@ To use Waymark JS, you will need to include the following assets in your page. H ## Quick Start -> [!TIP] -> View the full documentation and examples at [waymark.dev/js](https://www.waymark.dev/js) - ### Viewer The following example will display a Map on the page with a single Marker. Once the Marker is clicked, a popup will display with the Marker's title, image and description. @@ -125,6 +122,9 @@ The following example will display an empty Map Editor on the page, set to an in ``` +> [!TIP] +> View the full documentation and examples at [waymark.dev/js](https://www.waymark.dev/js) + ## Development > [!IMPORTANT]