Skip to content

Commit 462498f

Browse files
committed
Rename repository (goreplace -> go-replace)
1 parent 22b756f commit 462498f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# goreplace
22

3-
[![GitHub release](https://img.shields.io/github/release/webdevops/goreplace.svg)](https://github.com/webdevops/goreplace/releases)
4-
[![license](https://img.shields.io/github/license/webdevops/goreplace.svg)](https://github.com/webdevops/goreplace/blob/master/LICENSE)
5-
[![Build Status](https://travis-ci.org/webdevops/goreplace.svg?branch=master)](https://travis-ci.org/webdevops/goreplace)
6-
[![Github All Releases](https://img.shields.io/github/downloads/webdevops/goreplace/total.svg)]()
7-
[![Github Releases](https://img.shields.io/github/downloads/webdevops/goreplace/latest/total.svg)]()
3+
[![GitHub release](https://img.shields.io/github/release/webdevops/go-replace.svg)](https://github.com/webdevops/go-replace/releases)
4+
[![license](https://img.shields.io/github/license/webdevops/go-replace.svg)](https://github.com/webdevops/go-replace/blob/master/LICENSE)
5+
[![Build Status](https://travis-ci.org/webdevops/go-replace.svg?branch=master)](https://travis-ci.org/webdevops/go-replace)
6+
[![Github All Releases](https://img.shields.io/github/downloads/webdevops/go-replace/total.svg)]()
7+
[![Github Releases](https://img.shields.io/github/downloads/webdevops/go-replace/latest/total.svg)]()
88

99
Cli utility for replacing text in files, written in golang and compiled for usage in Docker images
1010

@@ -100,7 +100,7 @@ Reuslt file `daemon.conf`:
100100

101101
```bash
102102
GOREPLACE_VERSION=0.6.0 \
103-
&& wget -O /usr/local/bin/go-replace https://github.com/webdevops/goreplace/releases/download/$GOREPLACE_VERSION/gr-64-linux \
103+
&& wget -O /usr/local/bin/go-replace https://github.com/webdevops/go-replace/releases/download/$GOREPLACE_VERSION/gr-64-linux \
104104
&& chmod +x /usr/local/bin/go-replace
105105
```
106106

0 commit comments

Comments
 (0)