Apply smack when '._TIZEN_DOTNET_SYSTEM_NET_DISABLEIPV6' file is created
[platform/core/dotnet/launcher.git] / README.md
index fc2c991..c33a180 100644 (file)
--- a/README.md
+++ b/README.md
@@ -19,14 +19,15 @@ dotnet-launcher [options...] [args...]
 ### Anatomy
 
 ```
-+----------------------------------------------------+
-| Tizen.Runtime.Mono.dll | Tizen.Runtime.Coreclr.dll |
-+-----------+------------------------+---------------+
-|           | libmono.so |           | libcoreclr.so |
-|           +------------+           +---------------+
-| Mono Native Launcher   |   CoreClr Native Launcher |
-+------------------------+---------------------------+
-|                  Dotnet launcher                   |
-+----------------------------------------------------+
+-----------------------------
+|     Tizen.Init.dll        |
+|     Dotnet.Launcher.dll   |
+------------+---------------+
+|           | libcoreclr.so |
+|           +---------------+
+|  CoreClr Native Launcher  |
++---------------------------+
+|      Dotnet launcher      |
++---------------------------+
 
 ```