From 65633c70d553e4cc0cd669055689d075bde7afd7 Mon Sep 17 00:00:00 2001 From: dschenkelman Date: Fri, 11 Oct 2013 02:45:11 -0300 Subject: [PATCH] Fix in README.md and updated packages.config to use latest version --- net/README.md | 2 +- net/packages.config | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/net/README.md b/net/README.md index 015d9e6..15a3967 100644 --- a/net/README.md +++ b/net/README.md @@ -9,7 +9,7 @@ Demo of the [ScriptCs.Net](https://github.com/dschenkelman/scriptcs-net) script 1. Run `scriptcs chatServer.csx` (make sure you are running as admin) ## Running the clients -1. Run `scriptcs chatServer.csx` (make sure you are running as admin) +1. Run `scriptcs chatClient.csx` (make sure you are running as admin) 2. To send messages type and press **ENTER**. You should connect with at least 2 clients to see the messages from one in the other one. 3. When you want to quit type *:close* and press **ENTER**. diff --git a/net/packages.config b/net/packages.config index 34823c9..a13bc8c 100644 --- a/net/packages.config +++ b/net/packages.config @@ -1,5 +1,4 @@  - - + \ No newline at end of file