From 75a90c6b6dca31b80eeb8c631331c00c763001bd Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Fri, 13 Jun 2025 11:10:24 +0200 Subject: [PATCH] [doc] Emphasize quick examples --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dee8609..6ce4bee 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Use it alone, or as part of a suite of complementary **observability tools** for Together these help enable Clojure/Script systems that are **robust**, **fast**, and **easily debugged**. -See [here](../../wiki/1-Getting-started) for **full introduction** (concepts, terminology, getting started). +See [quick examples](#quick-examples) or the [wiki](../../wiki/1-Getting-started) for a detailed intro. ## Latest release/s @@ -58,7 +58,8 @@ It enables you to write code that is **information-verbose by default**. ```clojure (require '[taoensso.telemere :as t]) -;; (Just works / no config necessary for typical use cases) +;; No config needed for typical use cases!! +;; Signals print to console by default for both Clj and Cljs ;; Without structured data (t/log! :info "Hello world!") ; %> Basic log signal (has message)