10000 better README formatting · libvips/ruby-vips@b73fdda · GitHub
[go: up one dir, main page]

Skip to content

Commit b73fdda

Browse files
committed
better README formatting
1 parent e85ea1c commit b73fdda

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
@@ -41,7 +41,7 @@ gem "ruby-vips"
4141
On Windows, you'll need to set the `RUBY_DLL_PATH` environment variable to
4242
point to the libvips bin directory.
4343

44-
# Example
44+
## Example
4545

4646
```ruby
4747
require "vips"
@@ -68,7 +68,7 @@ im = im.conv mask, precision: :integer
6868
im.write_to_file output_filename
6969
```
7070

71-
# Documentation
71+
## Documentation
7272

7373
There are [full API docs for ruby-vips on
7474
rubydoc](https://www.rubydoc.info/gems/ruby-vips). This sometimes has issues
@@ -85,7 +85,7 @@ has a complete explanation of every method.
8585
The [`example/`](https://github.com/libvips/ruby-vips/tree/master/example)
8686
directory has some simple example programs.
8787

88-
# Benchmarks
88+
## Benchmarks
8989

9090
The benchmark at [vips-benchmarks](https://github.com/jcupitt/vips-benchmarks)
9191
loads a large image, crops, shrinks, sharpens and saves again, and repeats

0 commit comments

Comments
 (0)
0