Browse Source

fix type in README.md

pull/1/head
Nils Decker 9 years ago
parent
commit
72f05895c0
  1. 4
      README.md

4
README.md

@ -9,7 +9,7 @@ This exporter is tested with a Fritzbox 7490 and software version 06.51.
## Building ## Building
go get github.com/ndecker/fritzbox_exporter/ go get github.com/ndecker/fritzbox_exporter/
cd $GOROOT/src/github.com/ndecker/fritzbox_exporter cd $GOPATH/src/github.com/ndecker/fritzbox_exporter
go install go install
## Running ## Running
@ -19,7 +19,7 @@ Heimnetzübersicht > Netzwerkeinstellungen" has to be enabled.
Usage: Usage:
./fritzbox_exporter -h $GOPATH/bin/fritzbox_exporter -h
Usage of ./fritzbox_exporter: Usage of ./fritzbox_exporter:
-gateway-address string -gateway-address string
The URL of the upnp service (default "fritz.box") The URL of the upnp service (default "fritz.box")

Loading…
Cancel
Save