Skip to content

Commit c659623

Browse files
committed
Update library description
1 parent 2a3a11f commit c659623

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
![build](https://github.com/athos/Postmortem/workflows/build/badge.svg)
44
[![codecov](https://codecov.io/gh/athos/postmortem/branch/master/graph/badge.svg)](https://codecov.io/gh/athos/postmortem)
55

6-
A tiny data-oriented debugging tool for Clojure(Script), powered by transducers
6+
A simple debug library for Clojure(Script) that features data-oriented logging and tracing
77

88
## Features
99

10-
- Postmortem strongly encourages data-oriented debugging approaches
10+
- Postmortem strongly encourages the data-oriented debugging approach
1111
- Logs are just Clojure data, so you can use DataScript, REBL or whatever tools for more sophisticated log analysis
1212
- [Integration with transducers](#integration-with-transducers) enables various flexible logging strategies
1313
- [Instrumentation](#instrumentation) on vars makes it easier to debug functions without touching their code

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(defproject postmortem "0.5.1"
2-
:description "A tiny data-oriented debugging tool for Clojure(Script), powered by transducers"
2+
:description "A simple debug library for Clojure(Script) that features data-oriented logging and tracing"
33
:url "https://github.com/athos/Postmortem"
44
:license {:name "Eclipse Public License"
55
:url "http://www.eclipse.org/legal/epl-v10.html"}

template/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<name>postmortem</name>
5-
<description>A tiny data-oriented debugging tool for Clojure(Script), powered by transducers</description>
5+
<description>A simple debug library for Clojure(Script) that features data-oriented logging and tracing</description>
66
<url>https://github.com/athos/Postmortem</url>
77
<licenses>
88
<license>

0 commit comments

Comments
 (0)