Skip to content

Commit 69598a6

Browse files
committed
fix typo
1 parent 60c54d0 commit 69598a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.ja.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dtap はDNSTAP用のメッセージルータです。
55

66
## Install
77
```
8-
go get -u github.com/mimuret/dtap/dtap
8+
go get -u github.com/mimuret/dtap
99
```
1010

1111
## 入力
@@ -85,4 +85,4 @@ Inputで受け取ったメッセージをFlattingし、fluentdに転送します
8585
[[OutputFluent]]
8686
Host = "fluent.example.jp"
8787
Tag = "dnstap.message"
88-
```
88+
```

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Supported multi input and multi output.
44

55
## Install
66
```
7-
go get -u github.com/mimuret/dtap/dtap
7+
go get -u github.com/mimuret/dtap
88
```
99

1010
## example

0 commit comments

Comments
 (0)