From 269f78b30da504be4dd3e947df6bbb6b1eafc44e Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Fri, 7 Jun 2019 15:40:34 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f0829e..67d5caa 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The goal is to make simple to write simple adhoc XMPP clients: - For writing simple chatbot to control a service or a thing. - For writing XMPP servers components. -The library is designed to have minimal dependencies. For now, the library does not depends on any other library. +The library is designed to have minimal dependencies. For now, the library does not depend on any other library. ## Usage