Skip to content

Commit 77d4926

Browse files
committed
✏️ Fix language tag
1 parent ecd9e91 commit 77d4926

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.rubocop_gradual.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"README.md:3633417938": [
2+
"README.md:517414065": [
33
[232, 3, 100, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3592044714]
44
],
55
"lib/omniauth/identity/model.rb:3893215304": [

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ basic construct for user management and then gets out of the way.
108108

109109
To acquire the latest release from RubyGems, and add this gem to your `Gemfile`, run:
110110

111-
```ruby
112-
bundle add(omniauth - identity)
111+
```shell
112+
bundle add omniauth-identity
113113
```
114114

115115
If the git repository has new commits not yet in an official release, simply specify the repo instead:

0 commit comments

Comments
 (0)