Skip to content

Commit 4c23461

Browse files
committed
update readme to refer to docs
1 parent e787798 commit 4c23461

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
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)