diff --git a/examples/graticule.html b/examples/graticule.html
index 514f191e7b..c5a116d9f0 100644
--- a/examples/graticule.html
+++ b/examples/graticule.html
@@ -93,7 +93,7 @@
Graticule Example
- graticule, grid
+ graticule, grid, projection, proj4js, reproject, transform
diff --git a/examples/using-proj4js.html b/examples/using-proj4js.html
index 76add913df..6883d9b901 100644
--- a/examples/using-proj4js.html
+++ b/examples/using-proj4js.html
@@ -64,7 +64,7 @@
Using Proj4JS for vector reprojection
you would not inlude Proj4JS the way it is done in this example.
In a production environment you would furthermore have a local copy
of the Proj4JS-projection definition that is hotlinked in this
- example.
+ example (see Graticule example for how to do this).