Skip to content

Commit 86ae128

Browse files
authored
ci: Update README.md
1 parent b676e45 commit 86ae128

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
# Open Food Facts Ruby SDK
22

3+
<picture>
4+
<source media="(prefers-color-scheme: dark)" srcset="https://static.openfoodfacts.org/images/logos/off-logo-horizontal-dark.png?refresh_github_cache=1">
5+
<source media="(prefers-color-scheme: light)" srcset="https://static.openfoodfacts.org/images/logos/off-logo-horizontal-light.png?refresh_github_cache=1">
6+
<img height="48" src="https://static.openfoodfacts.org/images/logos/off-logo-horizontal-light.svg"/>
7+
</picture>
8+
39
[![Gem Version](https://badge.fury.io/rb/openfoodfacts.svg)](https://badge.fury.io/rb/openfoodfacts)
410
[![Build Status](https://github.com/openfoodfacts/openfoodfacts-ruby/actions/workflows/ruby.yml/badge.svg)](https://github.com/openfoodfacts/openfoodfacts-ruby/actions/workflows/ruby.yml)
511
[![RuboCop](https://github.com/openfoodfacts/openfoodfacts-ruby/actions/workflows/rubocop-analysis.yml/badge.svg)](https://github.com/openfoodfacts/openfoodfacts-ruby/actions/workflows/rubocop-analysis.yml)
612
[![Documentation](https://inch-ci.org/github/openfoodfacts/openfoodfacts-ruby.svg?branch=master)](https://inch-ci.org/github/openfoodfacts/openfoodfacts-ruby)
713

814
- API Wrapper for [Open Food Facts](https://openfoodfacts.org/), the open database about food.
9-
- We have a similar package for cosmetics: https://github.com/openfoodfacts/openbeautyfacts-ruby
15+
- We [have a similar package for cosmetics](https://github.com/openfoodfacts/openbeautyfacts-ruby).
1016
- Note: This package needs updates for the newest APIs.
11-
- Please see on https://wiki.openfoodfacts.org/API/Ruby how to join the community to help
17+
- Please see on the wiki [how to join the community to help with the Ruby package](https://wiki.openfoodfacts.org/API/Ruby)
1218

1319
## Installation
1420

0 commit comments

Comments
 (0)