Browse Source

Add video url

Sébastien Ros 4 years ago
parent
commit
b27153726f
1 changed files with 7 additions and 0 deletions
  1. 7 0
      README.md

+ 7 - 0
README.md

@@ -81,6 +81,13 @@ The entire execution engine was rebuild with performance in mind, in many cases
 
 
 Join the chat on [Gitter](https://gitter.im/sebastienros/jint) or post your questions with the `jint` tag on [stackoverflow](http://stackoverflow.com/questions/tagged/jint).
 Join the chat on [Gitter](https://gitter.im/sebastienros/jint) or post your questions with the `jint` tag on [stackoverflow](http://stackoverflow.com/questions/tagged/jint).
 
 
+## Video
+
+Here is a short video of how Jint works and some sample usage
+
+https://channel9.msdn.com/Shows/Code-Conversations/Sebastien-Ros-on-jint-a-Javascript-Interpreter-for-NET
+
+
 ## Examples
 ## Examples
 
 
 This example defines a new value named `log` pointing to `Console.WriteLine`, then executes 
 This example defines a new value named `log` pointing to `Console.WriteLine`, then executes