Skip to content

Commit

Permalink
fix: typepo
Browse files Browse the repository at this point in the history
  • Loading branch information
josephnhtam committed Jul 13, 2024
1 parent 5c8472e commit fad41a1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/performance-benchmark/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ using LiveStreamingServerNet.AdminPanelUI;
using LiveStreamingServerNet.Networking.Helpers;
using LiveStreamingServerNet.Rtmp;
using LiveStreamingServerNet.Standalone;
using LiveStreamingServerNet.Standalone.Insatller;
using LiveStreamingServerNet.Standalone.Installer;
using LiveStreamingServerNet.StreamProcessor.AspNetCore.Installer;
using LiveStreamingServerNet.StreamProcessor.Installer;
using System.Net;
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/admin-panel.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ using LiveStreamingServerNet.AdminPanelUI;
using LiveStreamingServerNet.Flv.Installer;
using LiveStreamingServerNet.Networking.Helpers;
using LiveStreamingServerNet.Standalone;
using LiveStreamingServerNet.Standalone.Insatller;
using LiveStreamingServerNet.Standalone.Installer;
using System.Net;

using var liveStreamingServer = LiveStreamingServerBuilder.Create()
Expand Down
2 changes: 1 addition & 1 deletion samples/LiveStreamingServerNet.StandaloneDemo/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using LiveStreamingServerNet.Flv.Installer;
using LiveStreamingServerNet.Networking.Helpers;
using LiveStreamingServerNet.Standalone;
using LiveStreamingServerNet.Standalone.Insatller;
using LiveStreamingServerNet.Standalone.Installer;
using System.Net;

namespace LiveStreamingServerNet.StandaloneDemo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using LiveStreamingServerNet.Standalone.Services.Contracts;
using Microsoft.Extensions.DependencyInjection;

namespace LiveStreamingServerNet.Standalone.Insatller
namespace LiveStreamingServerNet.Standalone.Installer
{
public static class StandaloneServicesInstaller
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageTags>live-streaming;rtmp;flv;http-flv;websocket-flv;hls</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<Version>0.14.0</Version>
<Version>0.14.1</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit fad41a1

Please sign in to comment.