about summary refs log tree commit diff
path: root/Examples/States
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/States')
-rw-r--r--Examples/States/Client.cs4
-rw-r--r--Examples/States/StatesSample.csproj2
2 files changed, 3 insertions, 3 deletions
diff --git a/Examples/States/Client.cs b/Examples/States/Client.cs
index 78d253f..e98457d 100644
--- a/Examples/States/Client.cs
+++ b/Examples/States/Client.cs
@@ -2,8 +2,8 @@ using System;
 using System.Linq;
 using System.Net.Sockets;
 using System.Threading;
-using IrcStates;
-using IrcTokens;
+using IRCStates;
+using IRCTokens;
 
 namespace StatesSample
 {
diff --git a/Examples/States/StatesSample.csproj b/Examples/States/StatesSample.csproj
index ac7b5b7..75b83cc 100644
--- a/Examples/States/StatesSample.csproj
+++ b/Examples/States/StatesSample.csproj
@@ -6,7 +6,7 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <ProjectReference Include="..\..\IrcStates\IrcStates.csproj" />
+    <ProjectReference Include="..\..\IRCStates\IRCStates.csproj" />
   </ItemGroup>
 
 </Project>