Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CHTJonas authored Dec 7, 2018
1 parent f473748 commit f7b7876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ end

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

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

## Copyright
Expand Down

0 comments on commit f7b7876

Please sign in to comment.