Skip to content

Commit a4aa128

Browse files
committed
Add badges
1 parent 625fc88 commit a4aa128

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_TODO: add badges_
1+
![Gem Version](https://badge.fury.io/rb/siret_validator.svg) ![build](https://github.com/CodeursenLiberte/siret_validator/actions/workflows/main.yml/badge.svg)
22

33
# siret_validator
44

@@ -17,13 +17,13 @@ This gem provides a Rails validator for french [SIRET numbers](https://entrepren
1717
Install the gem and add to the application's Gemfile by executing:
1818

1919
```bash
20-
bundle add UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
20+
bundle add siret_validator
2121
```
2222

2323
If bundler is not being used to manage dependencies, install the gem by executing:
2424

2525
```bash
26-
gem install UPDATE_WITH_YOUR_GEM_NAME_IMMEDIATELY_AFTER_RELEASE_TO_RUBYGEMS_ORG
26+
gem install siret_validator
2727
```
2828

2929
Alternatively, you can vendor the gem by just copy-pasting the `lib/siret_validator.rb` file into your `app/validators` directory.

0 commit comments

Comments
 (0)