Skip to content

Commit 43d39c0

Browse files
authored
Merge pull request #108 from launchdarkly/bw/ch33438/update-readme-to-refer-to-docs
update readme to refer to docs
2 parents 70cacc9 + 4c23461 commit 43d39c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ require 'ldclient-rb'
3333
client = LaunchDarkly::LDClient.new("your_sdk_key")
3434
```
3535

36+
*NOTE: Please refer to [our documentation](https://docs.launchdarkly.com/docs/ruby-sdk-reference#section-initializing-ldclient-using-spring-unicorn-or-puma) for additional instructions on how to use LaunchDarkly with [Spring](https://github.com/rails/spring), [Unicorn](https://bogomips.org/unicorn/), or [Puma](https://github.com/puma/puma).*
37+
3638
### Ruby on Rails
3739

3840
1. Add `gem 'ldclient-rb'` to your Gemfile and `bundle install`

0 commit comments

Comments
 (0)