File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ not intended for use in multi-user systems such as web servers and applications.
10
10
11
11
LaunchDarkly overview
12
12
-------------------------
13
- [ LaunchDarkly] ( https://www.launchdarkly.com ) is a feature management platform that serves over 100 billion feature flags
13
+ [ LaunchDarkly] ( https://www.launchdarkly.com ) is a feature management platform that serves trillions of feature flags
14
14
daily to help teams build better software, faster. [ Get started] ( https://docs.launchdarkly.com/docs/getting-started )
15
15
using LaunchDarkly today!
16
16
@@ -34,7 +34,7 @@ installing and using the SDK.
34
34
### Incorporating the SDK
35
35
36
36
The SDK can be used via a C++ or C interface and can be incorporated via a static library or shared object. The static
37
- library and shared object each have their on use cases and limitations.
37
+ library and shared object each have their own use cases and limitations.
38
38
39
39
The static library supports both the C++ and C interface. When using the static library, you should ensure that it is
40
40
compiled using a compatible configuration and toolchain. For instance, when using MSVC, it needs to be using the same
@@ -87,7 +87,7 @@ behave correctly.
87
87
Contributing
88
88
------------
89
89
90
- We encourage pull requests and other contributions from the community. Check out
90
+ We encourage pull requests and other contributions from the community. Read
91
91
our [ contributing guidelines] ( ../../CONTRIBUTING.md ) for instructions on how to contribute to this SDK.
92
92
93
93
About LaunchDarkly
You can’t perform that action at this time.
0 commit comments