Skip to content

Commit

Permalink
doc error, top_level_readme format
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulf Wiger committed Mar 26, 2011
1 parent 833f68e commit 1f13c2f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -60,7 +60,7 @@ Example:



`{top_level_readme, "./README.md", "http://github.com/esl/edown"}`
`{top_level_readme, {"./README.md", "http://github.com/esl/edown"}}`



Expand Down
2 changes: 1 addition & 1 deletion doc/README.md
Expand Up @@ -60,7 +60,7 @@ Example:



`{top_level_readme, "./README.md", "http://github.com/esl/edown"}`
`{top_level_readme, {"./README.md", "http://github.com/esl/edown"}}`



Expand Down
2 changes: 1 addition & 1 deletion doc/overview.edoc
Expand Up @@ -33,7 +33,7 @@ Markdown links.

Example:

`{top_level_readme, "./README.md", "http://github.com/esl/edown"}'
`{top_level_readme, {"./README.md", "http://github.com/esl/edown"}}'

The conversion function will fetch the current branch name from git,
and fail if it cannot do so.
Expand Down
2 changes: 1 addition & 1 deletion src/edown.app.src
Expand Up @@ -17,7 +17,7 @@

{application, edown,
[
{vsn, "0.2.0"},
{vsn, "0.2.1"},
{description, "Markdown extension for EDoc"},
{applications, [kernel, stdlib]},
{mod, {jobs_app, []}},
Expand Down

0 comments on commit 1f13c2f

Please sign in to comment.