Skip to content

Commit 7cd95e6

Browse files
committed
update readme
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent f215ca4 commit 7cd95e6

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
@@ -78,9 +78,9 @@ Regular expression's back references can be activated with `--regex-backrefs` an
7878

7979
### Examples
8080

81-
| Command | Description |
82-
|:-------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------|
83-
| `go-replace -s foobar -r barfoo file1 file2` | Replaces `foobar` to `barfoo` in file1 and file2 |
81+
| Command | Description |
82+
|:--------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------|
83+
| `go-replace -s foobar -r barfoo file1 file2` | Replaces `foobar` to `barfoo` in file1 and file2 |
8484
| `go-replace --regex -s 'foo.*' -r barfoo file1 file2` | Replaces the regex `foo.*` to `barfoo` in file1 and file2 |
8585
| `go-replace --regex --ignore-case -s 'foo.*' -r barfoo file1 file2` | Replaces the regex `foo.*` (and ignore case) to `barfoo` in file1 and file2 |
8686
| `go-replace --mode=line -s 'foobar' -r barfoo file1 file2` | Replaces all lines with content `foobar` to `barfoo` (whole line) in file1 and file2 |
@@ -107,7 +107,7 @@ export DOCUMENTROOT=/var/www/foobar.example/
107107
go-replace --mode=template daemon.conf.tmpl:daemon.conf
108108
```
109109

110-
Reuslt file `daemon.conf`:
110+
Result file `daemon.conf`:
111111
```
112112
<VirtualHost ...>
113113
ServerName www.foobar.example

0 commit comments

Comments
 (0)