@abi-software/simulationvuer 2.0.9 → 2.0.11-beta.0

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.
package/README.md CHANGED
@@ -45,7 +45,7 @@ You can now use the SimulationVuer in your Vue template as follows:
45
45
  <SimulationVuer :apiLocation="apiLocation" :id=123 />
46
46
  ```
47
47
 
48
- where `apiLocation` is the URL to the API location and `id` the id of the simulation-based dataset.
48
+ where `apiLocation` is the URL to the API location and `id` the id of the simulation-based dataset, if it is a number, or the path to a PMR file, if it is a string.
49
49
 
50
50
  ## Project setup
51
51