Skip to content

Commit

Permalink
small text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tsilva committed Dec 3, 2014
1 parent ee7ef78 commit 69509a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/templates.md
Expand Up @@ -63,7 +63,7 @@ The `absolute` named argument will make the resolved URL be prefixed with the va
in the `BASE_URL` configuration setting. To learn more, read the [Configuration](configuration.md)
documentation.

To access static resources in the app do the following:
And finally, here's how to access static resources in the app:

```html
<img src="{{ url_for('static', filename = 'images/cats/felix.png') }}" />
Expand Down

0 comments on commit 69509a0

Please sign in to comment.