Skip to content

Commit 8a6de71

Browse files
authored
Update README.md
1 parent ecec938 commit 8a6de71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Or install it yourself as:
2222

2323
All you need to do is `require 'vecmath'` to use `Vec2D` and `Vec3D` classes in your application.
2424
For `:to_vertex` functionality you need to create a renderer:-
25-
```
25+
```ruby
2626
@renderer = AppRender.new(graphics) # where graphics is instance of PGraphics
2727
# Usage
2828
vec.to_vertex(@renderer)

0 commit comments

Comments
 (0)