Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme typos #85

Merged
merged 2 commits into from Dec 10, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -155,7 +155,7 @@ snippet whose output is serialized. Templates return a seq of strings to avoid
building the whole string.

Templates and snippets transform a source (specified as a path (to access
resources on the classpath), a File, a Reader, an InputStream, an URI, an URL,
resources on the classpath), a File, a Reader, an InputStream, a URI, a URL,
an element or a seq of nodes).

Next concept is `selectors`, which are used within snippets and
Expand All @@ -172,7 +172,7 @@ receive content obtained selector, and modify it in some way.

If you want to go see the compiled version of the following steps all in
one place, you can check out
[https://github.com/ifesdjeen/enlive-ring](an exmaple Ring application)
[an exmaple Ring application](https://github.com/ifesdjeen/enlive-ring).

First thing you need to start, is to define your first template:

Expand Down
2 changes: 1 addition & 1 deletion README.textile
Expand Up @@ -190,7 +190,7 @@ snippet whose output is serialized. Templates return a seq of strings to avoid
building the whole string.

Templates and snippets transform a source (specified as a path (to access
resources on the classpath), a File, a Reader, an InputStream, an URI, an URL,
resources on the classpath), a File, a Reader, an InputStream, a URI, a URL,
an element or a seq of nodes).


Expand Down