Skip to content

Commit

Permalink
Merge pull request rustwasm#1291 from limira/patch-1
Browse files Browse the repository at this point in the history
[guide] Minor fix
  • Loading branch information
alexcrichton authored Feb 23, 2019
2 parents 5788e7d + de3c852 commit f3f709b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions guide/src/examples/without-a-bundler.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
This example shows how the `--no-modules` flag can be used load code in a
browser directly. For this deployment strategy bundlers like Webpack are not
required. For more information on deployment see the [dedicated
documentation](../reference/deployment.html).
documentation][deployment].

First let's take a look at the code and see how when we're using `--no-modules`
we're not actually losing any functionality!
Expand All @@ -22,8 +22,7 @@ Otherwise the rest of the deployment magic happens in `index.html`:
{{#include ../../../examples/without-a-bundler/index.html}}
```

And that's it! Be sure to read up on the [deployment options] to see what it
And that's it! Be sure to read up on the [deployment options][deployment] to see what it
means to deploy without a bundler.

[hello]: hello-world.html
[mod-imp]: ../reference/attributes/on-js-imports/module.html
[deployment]: ../reference/deployment.html

0 comments on commit f3f709b

Please sign in to comment.