Skip to content

Commit 3608edd

Browse files
authored
Update data.md
1 parent 8c411c5 commit 3608edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mdash/data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ mgos_shadow_updatef(0, "{my_value: %g}", 1.2345);
4545
And in JavaScript:
4646
4747
```javascript
48-
load('api_shadow');
48+
load('api_shadow.js');
4949
5050
// Somewhere in your code ...
5151
Shadow.update(0, JSON.stringify({my_value: 1.2345}));

0 commit comments

Comments
 (0)