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:
Ben Firshman 2017-01-20 20:46:30 +01:00 committed by John Mulhausen
parent 88a190986a
commit e1a8edffab
1 changed files with 1 additions and 1 deletions

View File

@ -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)