Skip to content

Commit ec18040

Browse files
committed
change toolbar description
1 parent 9e9f25f commit ec18040

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,16 @@ Toolbar usage
9393
### Blue icon with font size controls in French
9494

9595
```bash
96-
loadProvisuToolbar({
97-
container: 'oneB',
98-
url: document.URL,
99-
i18n: 'fr',
100-
icon: 'blue',
101-
fontSize: true,
102-
});
96+
<script src="https://provisu.ch/toolbar/LATEST_VERSION/toolbar.js" type="text/javascript"></script>
97+
<script>
98+
loadProvisuToolbar({
99+
container: 'oneB',
100+
url: document.URL,
101+
i18n: 'fr',
102+
icon: 'blue',
103+
fontSize: true,
104+
});
105+
</script>
103106
```
104107

105108
Documentation

0 commit comments

Comments
 (0)