Skip to content

Commit

Permalink
Update ronin-core version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
moozzi authored Aug 30, 2024
1 parent 262ecdc commit 3327e27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,20 @@ and development.
### Gemfile

```ruby
gem 'ronin-core', '~> 0.1'
gem 'ronin-core', '~> 0.2'
```

### gemspec

```ruby
gem.add_depedency 'ronin-core', '~> 0.1'
gem.add_depedency 'ronin-core', '~> 0.2'
```

### [gemspec.yml]

```yaml
dependencies:
ronin-core: ~> 0.1
ronin-core: ~> 0.2
```
## Examples
Expand Down

0 comments on commit 3327e27

Please sign in to comment.