Skip to content

Commit 47b5834

Browse files
committed
Merge pull request #8 from launchdarkly/jko/docs
Update with links to expanded documentation
2 parents f7465a8 + 6282787 commit 47b5834

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,14 @@ Your first feature flag
2323

2424
2. In your application code, use the feature's key to check whether the flag is on for each user:
2525

26-
$user = new LaunchDarkly\LDUser("[email protected]");
26+
$user = new LaunchDarkly\LDUser("[email protected]");
2727
if ($client->toggle("your.flag.key", $user)) {
2828
# application code to show the feature
2929
} else {
3030
# the code to run if the feature is off
31-
}
31+
}
32+
33+
Learn more
34+
-----------
35+
36+
Check out our [documentation](http://docs.launchdarkly.com) for in-depth instructions on configuring and using LaunchDarkly. You can also head straight to the [complete reference guide for this SDK](http://docs.launchdarkly.com/v1.0/docs/php-sdk-reference).

0 commit comments

Comments
 (0)