Skip to content

Commit

Permalink
Tweak lib descriptions a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
athos committed Mar 30, 2021
1 parent 65669ff commit 32a64f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
![build](https://github.com/athos/Postmortem/workflows/build/badge.svg)
[![codecov](https://codecov.io/gh/athos/postmortem/branch/master/graph/badge.svg)](https://codecov.io/gh/athos/postmortem)

A tiny value-oriented debugging tool for Clojure(Script), powered by transducers
A tiny data-oriented debugging tool for Clojure(Script), powered by transducers

## Features

- Postmortem encourages data-driven approaches in the debugging process
- Postmortem strongly encourages data-oriented debugging approaches
- Logs are just Clojure data, so you can use DataScript, REBL or whatever tools for more sophisticated log analysis
- [Integration with transducers](#integration-with-transducers) enables various flexible logging strategies
- [Instrumentation](#instrumentation) on vars makes it easier to debug functions without touching their code
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(defproject postmortem "0.4.2-SNAPSHOT"
:description "A tiny value-oriented debugging tool for Clojure(Script), powered by transducers"
:description "A tiny data-oriented debugging tool for Clojure(Script), powered by transducers"
:url "https://github.com/athos/Postmortem"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
Expand Down

0 comments on commit 32a64f5

Please sign in to comment.