From 1bd064a8a54b2704eb70a5325435634c635a9737 Mon Sep 17 00:00:00 2001 From: Alexandre Beslic Date: Sat, 18 Mar 2017 02:58:34 +0800 Subject: [PATCH] Fix typo in SDK list (#2367) Fix typo `shiplist` -> `shiplift`. --- engine/api/sdks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/api/sdks.md b/engine/api/sdks.md index 6b8cc1271e..aa65ecd395 100644 --- a/engine/api/sdks.md +++ b/engine/api/sdks.md @@ -56,6 +56,6 @@ There a number of community supported libraries available for other languages. T | PHP | [Docker-PHP](https://github.com/docker-php/docker-php) | | Ruby | [docker-api](https://github.com/swipely/docker-api) | | Rust | [docker-rust](https://github.com/abh1nav/docker-rust) | -| Rust | [shiplist](https://github.com/softprops/shiplift) | +| Rust | [shiplift](https://github.com/softprops/shiplift) | | Scala | [tugboat](https://github.com/softprops/tugboat) | | Scala | [reactive-docker](https://github.com/almoehi/reactive-docker) |