]> git.lizzy.rs Git - hydra-dragonfire.git/commitdiff
Doc fixes
authorElias Fleckenstein <eliasfleckenstein@web.de>
Wed, 1 Jun 2022 16:11:16 +0000 (18:11 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Wed, 1 Jun 2022 16:11:16 +0000 (18:11 +0200)
doc/client.md
doc/map.md

index 0886ecf7ab0012bf2d0fc72e2ee1bd5b99c9995c..5d7607698aa75043eb57addae2ae6f5b3792a1a1 100644 (file)
@@ -1,4 +1,4 @@
-# Client interface
+# Client Reference
 Source code: [client.go](../client.go)
 
 A client represents a connection state. A client may not yet be connected, or it may be already disconnected.
index 9e857c55dc2679ff50b991f9d58663dce324a214..0a5ee0d7f756e3a41b91073463df298ea714c5d5 100644 (file)
@@ -1,4 +1,4 @@
-# Map interface
+# Map Reference
 Source code: [map.go](../map.go)
 
 A map stores mapblocks received from server. To be of any use, a map needs to be added to one or more clients. See [comp_map.md](comp_map.md) and [client.md](client.md).