Skip to content

Commit

Permalink
add more clarity in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
james2doyle committed Nov 17, 2013
1 parent 084d609 commit 7fbd5e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ $config['variables'] = array(
);
```

Now when you reference `%base_url%` in your markdown/textile/content pages, it will be rendered as your real base URL.
These keys are the variables, and the value is what the replaced string will be. So now when you reference `%base_url%` or `%site_url%` in your markdown/textile/content pages, it will be rendered as your real base URL.

If you base_url was *http://example.com*:
If you base URL was *http://example.com*:

```markdown
This is a link to my [base URL](%base_url%)
Expand Down

0 comments on commit 7fbd5e0

Please sign in to comment.