[doc] Emphasize quick examples
Some checks failed
Graal tests / test (17, macOS-latest) (push) Has been cancelled
Graal tests / test (17, ubuntu-latest) (push) Has been cancelled
Graal tests / test (17, windows-latest) (push) Has been cancelled
Main tests / tests (17, ubuntu-latest) (push) Has been cancelled
Main tests / tests (19, ubuntu-latest) (push) Has been cancelled
Main tests / tests (21, ubuntu-latest) (push) Has been cancelled

This commit is contained in:
Peter Taoussanis 2025-06-13 11:10:24 +02:00
parent 269c58d8fe
commit 75a90c6b6d

View file

@ -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)