Readme update

This commit is contained in:
Andreas Creten 2011-09-10 15:23:59 +02:00
parent d1692c0b43
commit 34a220a7e7

View file

@ -29,11 +29,11 @@ Example usage:
wp plugins [status|activate|deactivate|install|delete|update|help] ...
```

So this tells us that there are 4 commands installed: google-sitemap, core, home and pluggins.
Between brackets you can see their sub command.
So this tells us that there are 4 commands installed: google-sitemap, core, home and plugins.
Between brackets you can see their sub commands.

Let's for example try to update the hello dolly plugin from Wordpress: `./wp plugins install hello-dolly`

Let's for example try to update the hello dolly plugin from Wordpress: `./wp plugins install hello-dolly`.
Output:

```