Skip to content

Commit

Permalink
correction coquille README.md (intégration module dans balise script)
Browse files Browse the repository at this point in the history
  • Loading branch information
lboulanger committed Oct 17, 2018
1 parent ccdb1a1 commit ec3436e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Dans un environnement **NodeJS**, il faut installer les 2 dépendances suivantes
Intégrez la bibliothèque d'accès dans votre page WEB à l'aide d'une balise **script** de type *module*.

``` html
<script src="module">
<script type="module">
import * as Gp from "chemin/vers/GpServices.js";
// puis, utilisation de la variable globale 'Gp' dans le module ES6...
</script>
Expand Down

0 comments on commit ec3436e

Please sign in to comment.