Skip to content

Commit

Permalink
readme: links to api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
erdos committed May 23, 2019
1 parent 9aeb4d6 commit f6bc7a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ them to make the template more readable.

## Getting Started

- Read the [Documentation](docs/index.md)
- Read the [Technical Documentation](https://cljdoc.org/d/io.github.erdos/stencil-core/)
- See the [Example templates](examples)
- Read the [Documentation](docs/index.md)
- Read about the [Java API](docs/GettingStarted.md#java-api) and the [Clojure API](docs/GettingStarted.md#clojure-api) or see the [Technical Documentation](https://cljdoc.org/d/io.github.erdos/stencil-core/)


## Version
Expand Down
2 changes: 1 addition & 1 deletion docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Call the function to render file.

This renders the template to `/tmp/output-1.docx` with the supplied data.

Call the `(cleanup!) function on the prepared template instance when not used anymore to clean
Call the `(cleanup!)` function on the prepared template instance when not used anymore to clean
up associated resources.

## Converting to other formats
Expand Down

0 comments on commit f6bc7a3

Please sign in to comment.