Skip to content

Commit

Permalink
readme cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos committed Dec 26, 2013
1 parent e9aa0ae commit d37c541
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -21,7 +21,7 @@ Maven
<dependency>
<groupId>clj-pdf</groupId>
<artifactId>clj-pdf</artifactId>
<version>1.11.7</version>
<version>1.11.9</version>
</dependency>
```

Expand Down Expand Up @@ -619,8 +619,7 @@ A reference tag can be used to cache repeating items. The references must be def
"Elapsed time: 87.161 msecs"

(time
(pdf [{:references {:batman [:image "batman.jpg"]
:superman [:image "superman.png"]}}
(pdf [{}
(for [i (range 10)]
[:paragraph
[:image "batman.jpg"]
Expand Down

0 comments on commit d37c541

Please sign in to comment.