Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
relf authored Apr 27, 2020
1 parent 3b9791e commit fe82094
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ As of 0.6.0 version, to use XDSMjs in your web page, you can :
* include the following declarations in your header :

```html
<link rel="stylesheet" href="xdsm.css">
<script type="text/javascript" src="build/xdsm.bundle.js"></script>
<link rel="stylesheet" href="xdsmjs.css">
<script type="text/javascript" src="dist/xdsmjs.js"></script>
```

* add the place-holder div element that will contain the XDSM diagram :
Expand Down Expand Up @@ -72,7 +72,7 @@ As of 0.7.0, you can use XDSM v2 notation by using <code>xdsm2</code> class inst
<div class="xdsm2"></div>
```

As of 0.8.0, you can specify configuration and MDO data directly from the <script> element in the html file.
As of 0.8.0, you can specify configuration and MDO data directly from the <code><script></code> element in the html file.
<pre>
<script type="text/javascript">
document.addEventListener('DOMContentLoaded', () => {
Expand Down

0 comments on commit fe82094

Please sign in to comment.