We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c4082f commit ce0d41cCopy full SHA for ce0d41c
1 file changed
README.md
@@ -344,9 +344,9 @@ DynamicVariables=1
344
345
```javascript
346
// In your HTML
347
-function getTemperature() {
+window.getTemperature = function() {
348
return 72;
349
-}
+};
350
```
351
352
---
@@ -635,7 +635,7 @@ git push origin feature/AmazingFeature
635
636
Built with powerful tools and inspired by the community
637
638
-**[Microsoft Edge WebView2](https://developer.microsoft.com/en-us/microsoft-edge/webview2/)** • **[Rainmeter API](https://docs.rainmeter.net/developers/plugin/)** • **Rainmeter Community**
+**[Microsoft Edge WebView2](https://developer.microsoft.com/en-us/microsoft-edge/webview2/)** • **[Rainmeter API](https://docs.rainmeter.net/developers/plugin/plugin-anatomy/)** • **Rainmeter Community**
639
640
</div>
641
0 commit comments