From 43fe8d9e51a6d86b532c4aec7a06be6225a67e96 Mon Sep 17 00:00:00 2001 From: John Tsiombikas Date: Wed, 4 May 2022 20:10:09 +0300 Subject: [PATCH] readme fix --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 35835a1..109455c 100644 --- a/README.md +++ b/README.md @@ -154,10 +154,10 @@ thankfully most NIC vendors seem to provide, and a number of useful network utilities which come with their own TCP/IP stack (mTCP and WATTCP). The following are recommended: - - [mTCP](http://www.brutman.com/mTCP) - - [WATTCP](http://www.watt-32.net) - - [ssh2dos](http://sshdos.sourceforge.net) - - [rsync](http://www.2net.co.uk/rsync.html) + - mTCP: http://www.brutman.com/mTCP + - WATTCP: http://www.watt-32.net + - ssh2dos: http://sshdos.sourceforge.net + - rsync: http://www.2net.co.uk/rsync.html Here's an example batch file I'm using to set up the network: -- 1.7.10.4