Skip to content

Commit 117bc25

Browse files
committed
README: update description
1 parent f410133 commit 117bc25

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
[![Actions Status](https://github.com/ebonnal/pythoned/workflows/unittest/badge.svg)](https://github.com/ebonnal/pythoned/actions)
2-
[![Actions Status](https://github.com/ebonnal/pythoned/workflows/PyPI/badge.svg)](https://github.com/ebonnal/pythoned/actions)
1+
[![unittest](https://github.com/ebonnal/pythoned/actions/workflows/unittest.yml/badge.svg?branch=main)](https://github.com/ebonnal/pythoned/actions)
2+
[![pypi](https://github.com/ebonnal/pythoned/actions/workflows/pypi.yml/badge.svg?branch=main)](https://github.com/ebonnal/pythoned/actions)
33

44
# 🐉 `pythoned`
55

6-
### *PYTHON EDitor: CLI tool to edit lines using Python expressions*
6+
### *PYTHON EDitor: a command to edit lines using Python expressions*
77

8-
> For Pythonistas tired of forgetting the syntax/options of `sed`/`awk`/`grep`/`tr`
8+
> For Pythonistas always forgetting the syntax of `sed`/`awk`/`grep`/`tr`
99
1010
## install
1111
```bash

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
license="Apache 2.",
1010
author="ebonnal",
1111
author_email="[email protected]",
12-
description="PYTHON EDitor: cli to edit lines via Python expressions",
12+
description="PYTHON EDitor: a command to edit lines using Python expressions",
1313
long_description=open("README.md").read(),
1414
long_description_content_type="text/markdown",
1515
entry_points={

0 commit comments

Comments
 (0)