Remove V8 plugin
[platform/core/uifw/dali-toolkit.git] / docs / content / programming-guide / dali-introduction.md
@@ -13,7 +13,7 @@ DALi is a quick and easy way of allowing developers to create Rich UI Applicatio
  + Advanced watch faces for wearable devices
 
 DALi is based on OpenGL ES 2.0 & 3.0, however it hides the complexity of
-the OpenGL API from developers and provides a clean cross-platform C++ & JavaScript framework.
+the OpenGL API from developers and provides a clean cross-platform C++ API.
 
 ## Features {#dali-features}
 
@@ -23,7 +23,7 @@ the OpenGL API from developers and provides a clean cross-platform C++ & JavaScr
  + Provides Layers to aid in 2D UI layout
  + Easy to use Animation framework
  + Automatic background loading of resources ( images / text / meshes )
- + Runs all animations in a separate thread. This helps maintain 60 FPS even if JavaScript is performing a long operation ( e.g. Garbage Collection ).
+ + Runs all animations in a separate thread. This helps maintain 60 FPS even if a long operation is being performed holding up the main thread.
  + Provides keyboard / touch / mouse handling
 
 ![ ](screen-shot.png)