Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
What the project does should not come after the license, installation, and hotkeys information. It should be the first thing!
  • Loading branch information
practicingruby committed Jul 26, 2012
1 parent f0c33a5 commit 81d466b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
@@ -1,6 +1,11 @@
# Rubyception # Rubyception


This project rocks and uses MIT-LICENSE. A realtime log viewer for Rails (released under the MIT license)

## Features

* Real-time updating of the log file using Websocket
* Filenames in exceptions are shown as links which open in MacVim (support for TextMate and other editors to be added soon)


## Installation ## Installation


Expand All @@ -27,8 +32,4 @@ must be using a browser that supports Websockets.
`enter` Expand selected entry<br> `enter` Expand selected entry<br>
`G` Go to last entry<br> `G` Go to last entry<br>
`gg` Go to first entry<br> `gg` Go to first entry<br>
`42gg` or `42G` Go to 42nd entry<br> `42gg` or `42G` Go to 42nd entry<br>

## Features
* Real-time updating of the log file using Websocket
* Filenames in exceptions are shown as links which open in MacVim (support for TextMate and other editors to be added soon)

0 comments on commit 81d466b

Please sign in to comment.