reference CDN in vanilla section

This commit is contained in:
Leo Horie 2016-12-30 07:51:03 -05:00
parent dd81bcd639
commit ad920483c6

View file

@ -155,7 +155,7 @@ If you don't have the ability to run a bundler script due to company security po
<title>Hello world</title> <title>Hello world</title>
</head> </head>
<body> <body>
<script src="node_modules/mithril/mithril.js"></script> <script src="http://cdn.rawgit.com/lhorie/mithril.js/rewrite/mithril.js"></script>
<script src="index.js"></script> <script src="index.js"></script>
</body> </body>
</html> </html>