Skip to content

Commit c8e3a97

Browse files
authored
fix MASTER_MEASURE desc in README file (#32)
1 parent e9d5868 commit c8e3a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Alternatively, you can download and extract the project files.
9797
- `HYPERCUBE_DIMENSION`: a field to use as a dimension for the hypercube (data) example.
9898
- `HYPERCUBE_MEASURE`: a measure expression to use as a measure for the hypercube (data) example.
9999
- `MASTER_DIMENSION`: a master dimension name used for the on-the-fly example.
100-
- `MASTER_MEASURE`: a master dimension name used for the on-the-fly example.
100+
- `MASTER_MEASURE`: a master measure name used for the on-the-fly example.
101101
4. (Optional) If you wish to further configure your web app and integration, update:
102102
- `SESSION_SECRET`: enter a random long string that will be used to sign the session.
103103
- `PORT`: specify the port the web app will be hosted app when you run it with `npm run dev`.

0 commit comments

Comments
 (0)