aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGiovanni HoSang <giovanni.hosang@gmail.com>2018-04-04 21:25:34 +0800
committerFelix Lange <fjl@users.noreply.github.com>2018-04-04 21:25:34 +0800
commit1e248f3a6e14f3bfc9ebe1b315c4194300220f68 (patch)
tree97d5f3fe8e0847b6f44b390694de8f3a25caf697 /README.md
parent6ab9f0a19fbf548a78d08a526f522f41d8175a4e (diff)
downloadgo-tangerine-1e248f3a6e14f3bfc9ebe1b315c4194300220f68.tar
go-tangerine-1e248f3a6e14f3bfc9ebe1b315c4194300220f68.tar.gz
go-tangerine-1e248f3a6e14f3bfc9ebe1b315c4194300220f68.tar.bz2
go-tangerine-1e248f3a6e14f3bfc9ebe1b315c4194300220f68.tar.lz
go-tangerine-1e248f3a6e14f3bfc9ebe1b315c4194300220f68.tar.xz
go-tangerine-1e248f3a6e14f3bfc9ebe1b315c4194300220f68.tar.zst
go-tangerine-1e248f3a6e14f3bfc9ebe1b315c4194300220f68.zip
README: change 'built in' to 'built-in'
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3d0d4d35d..b2e992a4e 100644
--- a/README.md
+++ b/README.md
@@ -142,7 +142,7 @@ Do not forget `--rpcaddr 0.0.0.0`, if you want to access RPC from other containe
### Programatically interfacing Geth nodes
As a developer, sooner rather than later you'll want to start interacting with Geth and the Ethereum
-network via your own programs and not manually through the console. To aid this, Geth has built in
+network via your own programs and not manually through the console. To aid this, Geth has built-in
support for a JSON-RPC based APIs ([standard APIs](https://github.com/ethereum/wiki/wiki/JSON-RPC) and
[Geth specific APIs](https://github.com/ethereum/go-ethereum/wiki/Management-APIs)). These can be
exposed via HTTP, WebSockets and IPC (unix sockets on unix based platforms, and named pipes on Windows).