Skip to content

Commit 9d0c94d

Browse files
committed
more e to s replacements + spelling
1 parent 36be474 commit 9d0c94d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

apps/class-solid/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ For example to load <src/lib/presets/death-valley.json> use `http://localhost:30
6464

6565
## Loading experiment from URL
6666

67-
A saved experiment (`<experiment-name>.json` file) can be loaded from a URL with the `e` search query parameter.
67+
A saved state (`class-<experiment-name>.json` file) can be loaded from a URL with the `s` search query parameter.
6868

69-
For example `https://classmodel.github.io/class-web?e=https://wildfiredataportal.eu/fire/batea/class.json` will load the experiment from `https://wildfiredataportal.eu/fire/batea/class.json`.
69+
For example `https://classmodel.github.io/class-web?s=https://wildfiredataportal.eu/fire/batea/class.json` will load the experiment from `https://wildfiredataportal.eu/fire/batea/class.json`.
7070

7171
The server hosting the JSON file must have CORS enabled so the CLASS web application is allowed to download it, see [https://enable-cors.org](https://enable-cors.org) for details.
7272

@@ -77,7 +77,7 @@ Besides the `pnpm dev` start a static web server hosting the `./mock-wildfiredat
7777

7878
```shell
7979
mkdir -p ./mock-wildfiredataportal
80-
# Create a mocked experiment similar to https://wildfiredataportal.eu/fire/batea/
80+
# Create a mocked state with experiment similar to https://wildfiredataportal.eu/fire/batea/
8181
cat <<EOF > ./mock-wildfiredataportal/batea.json
8282
{
8383
"experiments": [{

apps/class-solid/src/components/ShareButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export function ShareButton() {
9494
large.
9595
</p>
9696
<p>
97-
Alternativly you can create your own shareable link by hosting
97+
Alternatively you can create your own shareable link by hosting
9898
the state remotely:
9999
</p>
100100
<ol class="list-inside list-decimal space-y-1">

0 commit comments

Comments
 (0)