Skip to content

Commit f7b7876

Browse files
authored
Update docs
1 parent f473748 commit f7b7876

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ end
1616

1717
## Documentation
1818
Full documentation is generated from the source code by [YARD](https://yardoc.org) and is available to view on
19-
[RubyDocs](https://www.rubydoc.info/github/CHTJonas/camdram-ruby).
19+
[RubyDocs](https://www.rubydoc.info/gems/camdram).
2020

2121
## Usage Examples
2222
Just some of the things you can do after configuring a `client` object:
@@ -63,7 +63,7 @@ As a result of this policy, you can (and should) specify a dependency on this ge
6363
[Pessimistic Version Constraint](http://guides.rubygems.org/patterns/#pessimistic-version-constraint) with two digits of precision.
6464
For example:
6565
```ruby
66-
spec.add_runtime_dependency 'camdram', '~> 1.1'
66+
spec.add_runtime_dependency 'camdram', '~> 1.2'
6767
```
6868

6969
## Copyright

0 commit comments

Comments
 (0)