spacers_and_dividers 1.0.0 → 1.0.1
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 +1 -1
- data/lib/spacers_and_dividers/version.rb +1 -1
- data/lib/spacers_and_dividers.rb +1 -0
- metadata +1 -1
data/README.md
CHANGED
@@ -22,7 +22,7 @@ Or install it yourself as:
|
|
22
22
|
## Usage
|
23
23
|
|
24
24
|
Just create a ```<div class='vspacer-[PREFERRED HEIGHT]'></div>``` and the
|
25
|
-
wizards will automatically do the spacing.
|
25
|
+
wizards will automatically do the spacing. (Without the brackets ofcourse)
|
26
26
|
|
27
27
|
## TODOS
|
28
28
|
|
data/lib/spacers_and_dividers.rb
CHANGED