Fix v2 badge

This commit is contained in:
Sean Corfield 2021-02-14 10:59:41 -08:00
parent 66d9f9dacb
commit efa2fe6af5

View file

@ -12,11 +12,11 @@ This project follows the version scheme MAJOR.MINOR.COMMITS where MAJOR and MINO
Prerelease builds of the upcoming 2.x version of HoneySQL will soon be available: Prerelease builds of the upcoming 2.x version of HoneySQL will soon be available:
[![Clojars Project](https://clojars.org/seancorfield/honeysql/latest-version.svg)](https://clojars.org/seancorfield/honeysql) [![cljdoc badge](https://cljdoc.org/badge/seancorfield/honeysql?2.0.0-alpha1)](https://cljdoc.org/d/seancorfield/honeysql/v2.0.0-alpha1) [![Clojars Project](https://clojars.org/seancorfield/honeysql/latest-version.svg)](https://clojars.org/seancorfield/honeysql) [![cljdoc badge](https://cljdoc.org/badge/seancorfield/honeysql?2.0.0-alpha1)](https://cljdoc.org/d/seancorfield/honeysql/2.0.0-alpha1)
This is the README for the upcoming 2.x version of HoneySQL which provides a streamlined codebase and a simpler method for extending the DSL. It also supports SQL dialects out-of-the-box and will be extended to support vendor-specific language features over time (unlike the 1.x version). This is the README for the upcoming 2.x version of HoneySQL which provides a streamlined codebase and a simpler method for extending the DSL. It also supports SQL dialects out-of-the-box and will be extended to support vendor-specific language features over time (unlike the 1.x version).
See this [summary of differences between v1 and v2](https://github.com/seancorfield/honeysql/blob/v2/doc/differences-from-1-x.md) if you want to help test v2! See this [summary of differences between v1 and v2](https://cljdoc.org/d/seancorfield/honeysql/2.0.0-alpha1/doc/differences-from-1-x) if you want to help test v2!
## Note on code samples ## Note on code samples