aboutsummaryrefslogtreecommitdiffstats
path: root/docs/integration.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/integration.md')
-rw-r--r--docs/integration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/integration.md b/docs/integration.md
index 38a5a32..08164fc 100644
--- a/docs/integration.md
+++ b/docs/integration.md
@@ -152,7 +152,7 @@ The `webview.js` is the actual script that will be loaded into the webview. Here
152```js 152```js
153// orat.io integration 153// orat.io integration
154module.exports = (Ferdi) => { 154module.exports = (Ferdi) => {
155 function getMessages() { 155 const getMessages = () => {
156 let direct = 0; 156 let direct = 0;
157 let indirect = 0; 157 let indirect = 0;
158 const FerdiData = document.querySelector("#FerdiMessages").dataset; 158 const FerdiData = document.querySelector("#FerdiMessages").dataset;