diff options
| -rw-r--r-- | doc/modules/ROOT/pages/usage.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/modules/ROOT/pages/usage.adoc b/doc/modules/ROOT/pages/usage.adoc index 3683c41..ac45cfb 100644 --- a/doc/modules/ROOT/pages/usage.adoc +++ b/doc/modules/ROOT/pages/usage.adoc @@ -75,8 +75,8 @@ You need to know only a handful of Projectile commands to start benefiting from * Toggle between related files (e.g. `foo.h` <-> `foo.c` and `Gemfile` <-> `Gemfile.lock`) * Run a shell command in the root of the project (kbd:[s-p !] for a sync command and kbd:[s-p &] for an async command) * Run various pre-defined project commands like: - * build/compile project (kbd:[s-p c]) - * test project (kbd:[s-p T]) +** build/compile project (kbd:[s-p c]) +** test project (kbd:[s-p T]) The next section lists many more commands, but the basics can get you pretty far. |
