Skip to content

Commit 054df6f

Browse files
authored
docs: update client-side README with latest changes (#227)
1 parent 410ed6c commit 054df6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libs/client-sdk/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ not intended for use in multi-user systems such as web servers and applications.
1010

1111
LaunchDarkly overview
1212
-------------------------
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
1414
daily to help teams build better software, faster. [Get started](https://docs.launchdarkly.com/docs/getting-started)
1515
using LaunchDarkly today!
1616

@@ -34,7 +34,7 @@ installing and using the SDK.
3434
### Incorporating the SDK
3535

3636
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.
3838

3939
The static library supports both the C++ and C interface. When using the static library, you should ensure that it is
4040
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.
8787
Contributing
8888
------------
8989

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
9191
our [contributing guidelines](../../CONTRIBUTING.md) for instructions on how to contribute to this SDK.
9292

9393
About LaunchDarkly

0 commit comments

Comments
 (0)