Skip to content

Commit

Permalink
Merge pull request #66 from greymd/bugfix/improve-readme
Browse files Browse the repository at this point in the history
* Reported by GitHub Issue #57
* Fix badge
  • Loading branch information
greymd authored Jan 1, 2024
2 parents c5e42bd + a9b1392 commit 9fc3f14
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test for UNIX-like OS
name: Tests for UNIX-like OS

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_win.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test for Windows
name: Tests for Windows

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<p align="center">
<a href="https://github.com/greymd/teip/releases/latest"><img src="https://img.shields.io/github/release/greymd/teip.svg" alt="Latest version" /></a>
<a href="https://crates.io/crates/teip" alt="crate.io"><img src="https://img.shields.io/crates/v/teip.svg"/></a>
<a href="https://github.com/greymd/teip/actions?query=workflow%3ATest"><img src="https://github.com/greymd/teip/workflows/Test/badge.svg" alt="Test Status" /></a>
<a href="https://github.com/greymd/teip/actions?query=workflow%3ATest"><img src="https://github.com/greymd/teip/actions/workflows/test.yml/badge.svg" alt="Test Status" /></a>
<a href="LICENSE" alt="MIT License"><img src="http://img.shields.io/badge/license-MIT-blue.svg?style=flat" /></a>
</p>

Expand Down Expand Up @@ -682,7 +682,7 @@ $ echo 1 2 3 4 5 | teip -v -f 1,3,5 -- sed 's/./_/'
Of course, `-v` can also be used with `-og`.

```bash
$ printf 'AAA\n123\nBBB\n' | teip -vg '\d+' -- sed 's/./@/g'
$ printf 'AAA\n123\nBBB\n' | teip -og '\d+' -- sed 's/./@/g'
@@@
123
@@@
Expand Down

0 comments on commit 9fc3f14

Please sign in to comment.