Skip to content

Commit c3403cb

Browse files
committed
Fix wordings
1 parent 86c5122 commit c3403cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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), empowered by transducers
6+
A tiny data-oriented debugging tool for Clojure(Script), powered by transducers
77

88
## Features
99

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-SNAPSHOT"
2-
:description "A tiny data-oriented debugging tool for Clojure(Script), empowered by transducers"
2+
:description "A tiny data-oriented debugging tool for Clojure(Script), powered by transducers"
33
:url "https://github.com/athos/Postmortem"
44
:license {:name "Eclipse Public License"
55
:url "http://www.eclipse.org/legal/epl-v10.html"}

0 commit comments

Comments
 (0)