mirror of https://github.com/docker/docs.git
Fix title in Engine API getting started (#1259)
* Fix title in Engine API getting started A weird character was causing it to not be rendered correctly. Signed-off-by: Ben Firshman <ben@firshman.co.uk> * Update getting-started.md
This commit is contained in:
parent
88a190986a
commit
e1a8edffab
|
@ -540,7 +540,7 @@ $ curl --unix-socket /var/run/docker.sock\
|
|||
</section>
|
||||
</div>
|
||||
|
||||
## What next?
|
||||
## Next steps
|
||||
|
||||
- [Full documentation for the Python SDK.](https://docker-py.readthedocs.io)
|
||||
- [Full documentation for the Go SDK.](https://godoc.org/github.com/docker/docker/client)
|
||||
|
|
Loading…
Reference in New Issue