From dad9f20f0a5193f5324e7ae1241a305d770848da Mon Sep 17 00:00:00 2001 From: frostealth Date: Mon, 11 Apr 2016 15:03:23 +0600 Subject: [PATCH] another fix readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6791adf..a60113a 100644 --- a/README.md +++ b/README.md @@ -126,9 +126,8 @@ $promise = $s3->execute($command->async()); ### Custom commands -Commands have two types: plain commands that's handled by the `PlainCommandHandler` -and commands with their own handlers. -The plain commands wraps the native AWS S3 commands. +Commands have two types: plain commands that's handled by the `PlainCommandHandler` and commands with their own handlers. +The plain commands wrap the native AWS S3 commands. The plain commands must implement the `PlainCommand` interface and the rest must implement the `Command` interface. If the command doesn't implement the `PlainCommand` interface, it must have its own handler.