From 220b0eadf936a10ec0e96a06b3742a558b293f4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Ar=C3=A1oz?= Date: Wed, 15 Jul 2015 13:35:32 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aff1785..9089008 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ by the bottom camera. This module exposes a high level API to plan and execute missions, by focusing on where the drone should go instead of its low-level movements. Here is a simple example, -with the drone taking off, travelling alongs a 2 x 2 meters square ane then landing. +with the drone taking off, travelling alongs a 2 x 2 meters square and then landing. ```js var autonomy = require('ardrone-autonomy');