Skip to content

Commit

Permalink
simplify example
Browse files Browse the repository at this point in the history
  • Loading branch information
mmrj committed May 30, 2024
1 parent b668f3e commit c5dfc0e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions pkgs/sdk/server/src/LdClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,7 @@ public sealed class LdClient : IDisposable, ILdClient
/// <param name="config">a client configuration object (which includes an SDK key)</param>
/// <example>
/// <code>
/// var config = Configuration.Builder("my-sdk-key")
/// .Events (
/// Components.SendEvents()
/// .Capacity(1000)
/// .AllAttributesPrivate(true)
/// )
/// .Build();
/// var config = Configuration.Builder("my-sdk-key").Build();
/// var client = new LDClient(config);
/// </code>
/// </example>
Expand Down

0 comments on commit c5dfc0e

Please sign in to comment.