Skip to content

Commit 7a26aaa

Browse files
committed
Merge pull request #16 from iquito/patch-1
Fix command for listing AWS services
2 parents d1ff64c + 74e9cac commit 7a26aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The services made available depends on which version of the SDK is installed. To
9797
view a full list, run the following command from your application's root
9898
directory:
9999
```
100-
php app/console container:debug | grep aws
100+
php app/console debug:container | grep aws
101101
```
102102

103103
Full documentation on each of the services listed can be found in the [SDK API

0 commit comments

Comments
 (0)