Skip to content

Commit

Permalink
Readme tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
morehawes committed Feb 9, 2024
1 parent 1b64d82 commit 90e213f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<head>` of the document so they are immediately available to the `<body>`:

> [!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
<!-- jQuery (required) -->
Expand All @@ -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.
Expand Down Expand Up @@ -125,6 +122,9 @@ The following example will display an empty Map Editor on the page, set to an in
</html>
```

> [!TIP]
> View the full documentation and examples at [waymark.dev/js](https://www.waymark.dev/js)
## Development

> [!IMPORTANT]
Expand Down

0 comments on commit 90e213f

Please sign in to comment.