From df7ea21e7bb911813e17eefd1175722b94a0bd05 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sat, 4 Dec 2021 15:36:03 -0800 Subject: [PATCH] update John Shaffer's URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95047a5..a2f8be7 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Compared to 1.x, HoneySQL 2.x provides a streamlined codebase and a simpler meth ## Try HoneySQL Online! [John Shaffer](https://github.com/john-shaffer) has created this awesome -[HoneySQL web app](https://www.john-shaffer.com/honeysql/), written in ClojureScript, +[HoneySQL web app](https://john.shaffe.rs/honeysql/), written in ClojureScript, so you can experiment with HoneySQL in a browser, including setting different options so you can generate pretty SQL with inline values (via `:inline true`) for copying and pasting directly into your SQL tool of choice!