diff --git a/ReadMe.md b/ReadMe.md
index affbeb9..40510a1 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -1,45 +1,95 @@
-Welcome to the W6100EVB-TLS wiki!
+# Index
+- [TLS Client Example for W6100-EVB](#TLS-Client-Example-for-W6100-EVB)
+- [Hardware Environment](#Hardware-Environment)
+- [Software Environments](#Software-Environment)
+- [Run](#Run)
+- [Code review](#Code-review)
+ - [Test packet capture file](#Test-packet-capture-file)
-# How to make certificate.
-## make ca.crt and ca.key file.
+
+
+------
+# TLS Client Example for W6100-EVB
+Common to Any MCU, Easy to Add-on. Internet Offload co-Processor, HW TCP/IP chip,
+best fits for low-end Non-OS devices connecting to Ethernet for the Internet of Things. These will be updated continuously.
+
+## Hardware Environment
+* W6100EVB
+ - connecting Micro usb.
+ - connecting Ethernet cable.
- +
-## make server.key file. +## Software Environment +In case of used to TrueSTUDIO, It is the same as HTTP Server example. + - Link : [Software Environment of W6100EVB-HTTP_Server](https://github.com/WIZnet-ioLibrary/W6100EVB-HTTP_Server#Software-Environment) + + ### How to make certificate.- +
-## make server.csr file. + - make server.key file. ++ +
+ +- make server.csr file.-## make ca.srl and server.crt file. +- make ca.srl and server.crt file.
-## make cerificate.h - - Please server.crt file transporates to header format. +- make cerificate.h + - Please server.crt file transporates to header format.
-# How to modity program. -## Program setting. - - change server ip and device ip. +### Program setting. +- change server ip and device ip. +
+ +
+ +## Run +* Demo Environment & Program-## mesage loop back test - - if end masage send, connect closed. + - mesage loop back test + - if end masage send, connect closed.
-
\ No newline at end of file + + +## Code review +- main.c code flow ++ +
+ +## Test packet capture file ++ +
+ +- Test packet capture file : [W6100EVB-TLS-packet.zip](https://github.com/WIZnet-ioLibrary/W6100EVB-TLS/wiki/W6100EVB-TLS-packet.zip) \ No newline at end of file