Changed example project. [ci skip]

This commit is contained in:
Nathan Broadbent
2011-10-21 10:29:15 +08:00
parent f5319175d2
commit fa551a849b

View File

@@ -151,23 +151,23 @@ Then you'll be able to switch between your projects, or show the list of indexed
<br/> <br/>
To switch to a project directory, you don't need to type the full project name. For example, To switch to a project directory, you don't need to type the full project name. For example,
to switch to the `errbit` project, you could type any of the following: to switch to the `capistrano` project, you could type any of the following:
```bash ```bash
$ s errbit $ s capistrano
$ s err $ s cap
$ s rbit $ s istra
``` ```
Or if you wanted to go straight to a subdirectory within `errbit`: Or if you wanted to go straight to a subdirectory within `capistrano`:
```bash ```bash
$ s err<TAB> $ s cap<TAB>
$ s errbit/<TAB> $ s capistrano/<TAB>
# => app/ autotest/ config/ db/ ... # => bin/ lib/ test/
$ s errbit/conf<TAB> $ s capistrano/l<TAB>
$ s errbit/config/ $ s capistrano/lib/
# => cd ~/src/rails/errbit/config # => cd ~/src/gems/capistrano/lib
``` ```