Skip to content

Commit a5f72ee

Browse files
committed
Update README [ci skip]
Format the Usage details better.
1 parent a237663 commit a5f72ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Also, you it can warn users if they are using an outdated version of Ruby.
3434

3535
## Usage
3636

37-
1. E.g. in your gemspec file:
37+
### E.g. in your gemspec file:
3838

3939
```ruby
4040
begin
@@ -47,7 +47,7 @@ Also, you it can warn users if they are using an outdated version of Ruby.
4747
s.add_development_dependency 'ruby_dep', '~> 1.0'
4848
```
4949

50-
2. In your `README.md`:
50+
### In your `README.md`:
5151

5252
Replace your mentions of "supported Ruby versions" to point to the Travis build.
5353

@@ -57,7 +57,7 @@ If it works on Travis, it's assumed to be supported, right?
5757

5858
If it fails, it isn't, right?
5959

60-
3. In your library:
60+
### In your library:
6161

6262
require 'ruby_dep/warnings'
6363
RubyDep::Warning.show_warnings

0 commit comments

Comments
 (0)