briefing 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +2 -2
- data/lib/briefing/slides.rb +3 -0
- data/lib/briefing/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
|
@@ -12,7 +12,7 @@ you can show it as a beautiful slides in your web browser.
|
|
|
12
12
|
|
|
13
13
|
## Installation
|
|
14
14
|
|
|
15
|
-
Install Ruby on ahead, then execute:
|
|
15
|
+
Install Ruby and RubyGems on ahead, then execute:
|
|
16
16
|
|
|
17
17
|
$ sudo gem install briefing
|
|
18
18
|
|
|
@@ -20,7 +20,7 @@ Install Ruby on ahead, then execute:
|
|
|
20
20
|
|
|
21
21
|
$ briefing slides.md
|
|
22
22
|
|
|
23
|
-
Open [http://localhost:4567/](http://localhost:4567/) in
|
|
23
|
+
Open [http://localhost:4567/](http://localhost:4567/) in your web browser.
|
|
24
24
|
|
|
25
25
|
## Syntax
|
|
26
26
|
|
data/lib/briefing/slides.rb
CHANGED
data/lib/briefing/version.rb
CHANGED