Skip to content

Commit

Permalink
Add RubyGem badge to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsSteensma authored Apr 29, 2024
1 parent 1c403a5 commit c5b00ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Dhalang [![Build](https://github.com/NielsSteensma/Dhalang/actions/workflows/build.yml/badge.svg)](https://github.com/NielsSteensma/Dhalang/actions/workflows/build.yml)
# Dhalang [![Build](https://github.com/NielsSteensma/Dhalang/actions/workflows/build.yml/badge.svg)](https://github.com/NielsSteensma/Dhalang/actions/workflows/build.yml) [![Gem Version](https://badge.fury.io/rb/Dhalang.svg)](https://badge.fury.io/rb/Dhalang)

> Dhalang is a Ruby wrapper for Google's Puppeteer.
Expand Down Expand Up @@ -125,4 +125,4 @@ def example_controller_method
binary_png = Dhalang::Screenshot.get_from_url("https://www.google.com", :png)
send_data(binary_png, filename: 'screenshotofgoogle.png', type: 'image/png')
end
```
```

0 comments on commit c5b00ed

Please sign in to comment.