[Tizen S] Integrate app types(dotnet, dotnet-nui)
[platform/core/dotnet/launcher.git] / README.md
index 1ac01f9..c33a180 100644 (file)
--- a/README.md
+++ b/README.md
@@ -14,21 +14,14 @@ dotnet-launcher [options...] [args...]
 * --standalone [assembly path]  
    Run assembly with the current user environment.
 
-#### environment
-
-* DOTNET_LAUNCHER_INJECT  
-   A list of additional libraries to be loaded with `dlopen()` and call to
-   `int dotnet_launcher_inject()` initialization hook. If hook returns non-zero
-   status initialization will be failed. The items of the list can be separated
-   by spaces or colons, and there is no support for escaping either separator.
-
 ----
 
 ### Anatomy
 
 ```
 -----------------------------
-|     Tizen.Runtime.dll     |
+|     Tizen.Init.dll        |
+|     Dotnet.Launcher.dll   |
 ------------+---------------+
 |           | libcoreclr.so |
 |           +---------------+