fix typo
This commit is contained in:
parent
b691579bad
commit
6e0f67468d
@ -146,9 +146,9 @@ and uses an AMD loader for execution. You can easily hack on the JS files,
|
|||||||
when using [require.js][r.js]:
|
when using [require.js][r.js]:
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<link rel="stylesheet" href="/static/isso.css" />
|
<link rel="stylesheet" href="/isso/static/isso.css" />
|
||||||
<script src="/js/config.js"></script>
|
<script src="/isso/js/config.js"></script>
|
||||||
<script data-main="/js/embed" src="/isso/js/components/requirejs/require.js"></script>
|
<script data-main="/isso/js/embed" src="/isso/js/components/requirejs/require.js"></script>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user