Skip to content

Commit

Permalink
fix: docs paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mlrawlings committed Jul 23, 2020
1 parent 74bf5d8 commit 583197e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/marko/docs/rendering.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ _example.js_
var fancyButton = require("./components/fancy-button");
```

> **Note:** If you are targeting node.js, you will need to enable the [require extension](./installing.md#require-marko-views) in order to require `.marko` files or you will need to precompile all of your templates using [Marko CLI](https://github.com/marko-js/cli). If you are targeting the browser, you will need to use a bundler like [`lasso`](../lasso.md), [`webpack`](../webpack.md), [`browserify`](../browserify.md) or [`rollup`](../rollup.md).
> **Note:** If you are targeting node.js, you will need to enable the [require extension](./installing.md#require-marko-views) in order to require `.marko` files or you will need to precompile all of your templates using [Marko CLI](https://github.com/marko-js/cli). If you are targeting the browser, you will need to use a bundler like [`lasso`](./lasso.md), [`webpack`](./webpack.md), [`browserify`](./browserify.md) or [`rollup`](./rollup.md).
Once you have a view, you can pass input data and render it:

Expand Down

0 comments on commit 583197e

Please sign in to comment.