diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,5 @@ # Dompa -[](https://github.com/askonomm/dompa/actions/workflows/tests.yml) [](https://codescene.io/projects/72504) A zero-dependency, runtime-agnostic HTML parser and builder for Clojure. @@ -18,7 +17,7 @@ Dompa aims to be a universal Clojure library, tested across: Add Dompa to your `deps.edn` directly from GitHub: ```clojure -{:deps {askonomm/dompa {:git/url "https://github.com/askonomm/dompa" +{:deps {askonomm/dompa {:git/url "https://git.nmm.ee/asko/dompa.git" :git/tag "v1.2.2" :git/sha "94f5f3c21f8ad352e149b59ce3a5fa3ae98acb91"}}} ``` |
