From ebceadde8b1e68dd497e005711ef5b002e7c19b4 Mon Sep 17 00:00:00 2001 From: Brandon Nozaki Miller Date: Sun, 27 Sep 2015 23:11:04 -0700 Subject: [PATCH] adjusting TOC --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb28a6f..0173548 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,10 @@ This work is licenced via the [DBAD Public Licence](http://www.dbad-license.org/ 4. [Basic Examples](#basic-examples) 1. [Server for Unix||Windows Sockets & TCP Sockets](#server-for-unix-sockets--tcp-sockets) 2. [Client for Unix||Windows Sockets & TCP Sockets](#client-for-unix-sockets--tcp-sockets) - 3. [Working with TLS Servers & clients](https://github.com/RIAEvangelist/node-ipc/tree/master/example/TLSSocket) 4. [Server & Client for UDP Sockets](#server--client-for-udp-sockets) 5. [Raw Buffers or Binary Sockets](#raw-buffer-or-binary-sockets) -5. [Advanced Examples](https://github.com/RIAEvangelist/node-ipc/tree/master/example) +5. [Working with TLS/SSL Socket Servers & Clients](https://github.com/RIAEvangelist/node-ipc/tree/master/example/TLSSocket) +6. [Advanced Examples](https://github.com/RIAEvangelist/node-ipc/tree/master/example) ----