Skip to content

Commit b96d4c4

Browse files
committed
update README.adoc
1 parent a3540c9 commit b96d4c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ replacement for clj-time.
1010
Based on `java.time` (on the JVM) and `js-joda` (on JavaScript
1111
runtimes).
1212

13-
For a cross-platform library using Javascript's modern date-time API https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal[Temporal], see https://github.com/henryw374/tempo[Tempo]
13+
For a cross-platform library using Javascript's modern date-time API https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal[Temporal], see https://github.com/henryw374/chronos[Chronos]
1414

1515
See https://www.youtube.com/watch?v=UFuL-ZDoB2U[Henry Widd's talk at Clojure/North 2019] for more background & rationale.
1616

@@ -31,7 +31,7 @@ See https://www.youtube.com/watch?v=UFuL-ZDoB2U[Henry Widd's talk at Clojure/Nor
3131

3232
* If working in a Javascript environment then one should be aware that the legacy Date API is https://maggiepint.com/2017/04/09/fixing-javascript-date-getting-started/[flawed]
3333
* Either tick or https://github.com/henryw374/cljc.java-time[cljc.java-time] (which underpins tick) are sane alternatives to js/Date. The JS build size https://widdindustries.com/blog/clojurescript-datetime-lib-comparison.html[will likely not adversely affect your users] and if you already know java.time then your knowledge will carry over.
34-
* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal[Temporal] is the native JS replacement for the legacy Date (similar to how java.time was on the JVM). It has some overlap with java.time but also some significant differences. Please see the https://github.com/henryw374/tempo[Tempo] library for an alternative to tick with uses that.
34+
* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal[Temporal] is the native JS replacement for the legacy Date (similar to how java.time was on the JVM). It has some overlap with java.time but also some significant differences. Please see the https://github.com/henryw374/chronos[Chronos] library for an alternative to tick with uses that.
3535

3636
== Usage
3737

0 commit comments

Comments
 (0)