Skip to content

Commit

Permalink
Fix table notation in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwanami committed Feb 19, 2015
1 parent f0afd96 commit 4ec0df7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ Executing `M-x epc:controller`, you can display the list of current established
This table shows following information:

| Column | Note |
|---------------+-------------------------------------------------------------|
|---------------|-------------------------------------------------------------|
| Process | Process name |
| Proc | Process status (`process-status` for the process) |
| Conn | Connection status (`process-status` for the TCP connection) |
Expand All @@ -349,7 +349,7 @@ This table shows following information:
This management buffer provides following key-bind:

| Key | Command | Note |
|-------+---------------------------------------------+--------------------------------------------------------------------------------------|
|-------|---------------------------------------------|--------------------------------------------------------------------------------------|
| g | `epc:controller-update-command` | Refresh the table. |
| R | `epc:controller-connection-restart-command` | Restart the selected connection. |
| D,K | `epc:controller-connection-kill-command` | Kill the selected process and connection. |
Expand All @@ -365,15 +365,15 @@ Displaying a method list, you can inspect the methods which are defined by the r
This table shows following information:

| Column | Note |
|-------------+----------------------------------|
|-------------|----------------------------------|
| Method Name | Method name to call. |
| Arguments | [optional] Argument names. |
| Document | [optional] Method spec document. |

Here, 'Arguments' and 'Document' columns may be blank, because those are not essential slots.

| Key | Command | Note |
|-----+---------------------------------------+----------------------------------------------------------|
|-----|---------------------------------------|----------------------------------------------------------|
| e | `epc:controller-methods-eval-command` | Evaluate the selected remote method with some arguments. |
| q | `bury-buffer` | Bury this buffer. |

Expand Down

0 comments on commit 4ec0df7

Please sign in to comment.