Skip to content

Commit 3c4168b

Browse files
committed
readme fix
1 parent 3ed3f7c commit 3c4168b

File tree

4 files changed

+131
-131
lines changed

4 files changed

+131
-131
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ What is the current date?
214214
What's the next day?
215215

216216
```clj
217-
(plus now (jt/days 1))
217+
(jt/plus now (jt/days 1))
218218
;=> #object[java.time.LocalDate "2015-09-28"]
219219
```
220220

docs/README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ <h3><a href="#an-appetizer" id="an-appetizer"></a>An appetizer</h3>
129129
;=&gt; #object[java.time.LocalDate "2015-09-27"]
130130
</code></pre>
131131
<p>What’s the next day?</p>
132-
<pre><code class="language-clj">(plus now (jt/days 1))
132+
<pre><code class="language-clj">(jt/plus now (jt/days 1))
133133
;=&gt; #object[java.time.LocalDate "2015-09-28"]
134134
</code></pre>
135135
<p>The previous day?</p>

0 commit comments

Comments
 (0)