Skip to content

Commit dfd746a

Browse files
committed
readme update
1 parent cbf4500 commit dfd746a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ A set of a ***high performance string tools*** that helps to build strings from
66
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/wissance/stringFormatter?style=plastic)
77
![GitHub issues](https://img.shields.io/github/issues/wissance/stringFormatter?style=plastic)
88
![GitHub Release Date](https://img.shields.io/github/release-date/wissance/stringFormatter)
9-
![GitHub release (latest by date)](https://img.shields.io/github/downloads/wissance/stringFormatter/v1.2.2/total?style=plastic)
9+
![GitHub release (latest by date)](https://img.shields.io/github/downloads/wissance/stringFormatter/v1.3.0/total?style=plastic)
1010

11-
![String Formatter: a convenient string formatting tool](/img/sf_cover.png)
11+
![String Formatter: a convenient string formatting tool](img/sf_cover.png)
1212

1313
## 1. Features
1414

15-
1. Text formatting with template using traditional for `C#, Python programmers style` - `{0}`, `{name}` that faster then fmt does:
16-
![String Formatter: a convenient string formatting tool](/img/benchmarks_adv.png)
15+
1. Text formatting with template using traditional for `C#, Python programmers style` - `{0}`, `{name}` that faster then `fmt` does:
16+
![String Formatter: a convenient string formatting tool](img/benchmarks_adv.png)
1717
2. Additional text utilities:
1818
- convert ***map to string*** using one of predefined formats (see `text_utils.go`)
1919

0 commit comments

Comments
 (0)