@abi-software/flatmap-viewer 4.2.1 → 4.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +5 -1
  2. package/dist/index.js +25032 -24622
  3. package/package.json +3 -2
package/README.md CHANGED
@@ -4,7 +4,7 @@ A web-browser viewer for anatomical flatmaps generated by [flatmap-maker](https:
4
4
 
5
5
  ## Package Installation
6
6
 
7
- * `pnpm install @abi-software/flatmap-viewer@4.2.1`
7
+ * `pnpm install @abi-software/flatmap-viewer@4.2.2`
8
8
 
9
9
  ---
10
10
 
@@ -34,3 +34,7 @@ $ pnpm start
34
34
  Maps can then be viewed at http://localhost:3000.
35
35
 
36
36
  ---
37
+
38
+ ## Example usage
39
+
40
+ See [here](https://anatomicmaps.github.io/flatmap-viewer/documents/HowTo_Guide.html)