diff options
author | Péter Szilágyi <peterke@gmail.com> | 2017-08-21 16:04:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-21 16:04:07 +0800 |
commit | 1ab3e306983807c7d37f66a60dd92cee02269f6f (patch) | |
tree | b20ec84b54e9a596a1f5cde77868e7db352103cd | |
parent | bf1e2631281e1e439533f2abcf1e99a7b2f9552a (diff) | |
parent | 314246da7866f374d4efacdc460d65fd5cba8f3d (diff) | |
download | go-tangerine-1ab3e306983807c7d37f66a60dd92cee02269f6f.tar.gz go-tangerine-1ab3e306983807c7d37f66a60dd92cee02269f6f.tar.zst go-tangerine-1ab3e306983807c7d37f66a60dd92cee02269f6f.zip |
Merge pull request #15016 from gurrpi/patch-1
README: add missing full stop
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,7 +116,7 @@ To get an idea how the file should look like you can use the `dumpconfig` subcom $ geth --your-favourite-flags dumpconfig ``` -*Note: This works only with geth v1.6.0 and above* +*Note: This works only with geth v1.6.0 and above.* #### Docker quick start |