1
0

another fix readme

This commit is contained in:
frostealth
2016-04-11 15:03:23 +06:00
parent 36f7f4fcc4
commit dad9f20f0a

View File

@@ -126,9 +126,8 @@ $promise = $s3->execute($command->async());
### Custom commands ### Custom commands
Commands have two types: plain commands that's handled by the `PlainCommandHandler` Commands have two types: plain commands that's handled by the `PlainCommandHandler` and commands with their own handlers.
and commands with their own handlers. The plain commands wrap the native AWS S3 commands.
The plain commands wraps the native AWS S3 commands.
The plain commands must implement the `PlainCommand` interface and the rest must implement the `Command` interface. 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. If the command doesn't implement the `PlainCommand` interface, it must have its own handler.