Skip to content

Commit

Permalink
Fix code blocks/spans in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanner committed Jan 2, 2013
1 parent 56da35a commit 9ce25a9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,20 @@ Arguments
---------
All of the arguments are required.

`› ruby time_machine.rb --help
```
$ ruby time_machine.rb --help
Options:
--dir, -d <s>: Git Directory
--file, -f <s>: File
--save-dir, -s <s>: Directory where to save images
--help, -h: Show this message`
--help, -h: Show this message
```

Example Execution
-----------------
If the project git directory is at `~/Development/Kitty` and the file you're interested in is `index.html` (in the root dir of the project directory), then the command will be:

`ruby time_machine.rb --dir ~/Development/Kitty --file index.html --save-dir ~/Desktop/Pictures/
`ruby time_machine.rb --dir ~/Development/Kitty --file index.html --save-dir ~/Desktop/Pictures/`

Pictures will be saved at `~/Desktop/Pictures/`.

Expand All @@ -31,4 +33,4 @@ Time Machine does not yet support making a video, but to do so just use ffmpeg t

Examples
--------
* [CS 2050 Project - Video](http://www.youtube.com/watch?v=8XBaz0RBSEk)
* [CS 2050 Project - Video](http://www.youtube.com/watch?v=8XBaz0RBSEk)

0 comments on commit 9ce25a9

Please sign in to comment.