From 284cc2043d059076a4acc3ad501caa059966fc05 Mon Sep 17 00:00:00 2001 From: alan-wu Date: Thu, 22 Aug 2024 10:59:27 +1200 Subject: [PATCH] Improve README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7d1eb1a..5103f13d 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ You can now use the FlatmapVuer in your vue template as followed: NCBITaxon:9606 (Human), NCBITaxon:9685 (Cat), NCBITaxon:9823 (Pig), NCBITaxon:10090 (Mouse) and NCBITaxon:10114 (Rat) **ready** is the custom event when the map has been loaded successfully. -**resource-selected** is the custom event triggered when a part of the flatmap is selected, the returned argument **resource** provides information of the selected resource. +**resource-selected** is the custom event triggered when a part of the flatmap is selected, the returned argument **resource** provides information of the selected resource. Information of location is provided with supported maps in the **feature -> location** property. Markers must be added to make a label selectable and it can be done through the **addMarker** method on the mapImp member of the FlatmapVuer component.