Skip to content

Commit

Permalink
update how to use
Browse files Browse the repository at this point in the history
  • Loading branch information
henryw374 committed Nov 27, 2023
1 parent bb45bb7 commit 86165ba
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,7 @@ Depend on tempo via deps.edn:
```clojure
{:deps {com.widdindustries/tempo {:git/url "https://github.com/henryw374/tempo.git"
:sha "abc"
:deps/root "gen-out/no-deps"}}}
```

Because js/Temporal only has a non-prod polyfill at the moment, a version of tempo using
cljc.java-time has been generated for clojurescript users who want a prod-ready api to use:

```clojure
{:deps {com.widdindustries/tempo {:git/url "https://github.com/henryw374/tempo.git"
:sha "abc"
:deps/root "gen-out/cljc.java-time-dep"}}}
}}}
```

### Setup
Expand Down

0 comments on commit 86165ba

Please sign in to comment.