Skip to content

Commit

Permalink
fix(docs): correct typo in the 'Configure startup file' section of in…
Browse files Browse the repository at this point in the history
…stallation guide

Changed method call from AddLumexService() to AddLumexServices()
to reflect updated API or improved functionality representation.
  • Loading branch information
DavidH102 authored Dec 31, 2024
1 parent f1ae82e commit 75573cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<pre><code class="language-csharp">using LumexUI.Extensions;

builder.Services.AddLumexService();
builder.Services.AddLumexServices();
</code></pre>

0 comments on commit 75573cc

Please sign in to comment.