Skip to content

Commit c569139

Browse files
Update ReadMe.md
1 parent 3f4e25e commit c569139

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ReadMe.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Description
2-
ClearScript is a library that makes it easy to add scripting to your .NET applications. It currently supports JavaScript (via [V8](https://developers.google.com/v8/) and [JScript](http://msdn.microsoft.com/en-us/library/hbxc2t98(v=vs.84).aspx)) and [VBScript](http://msdn.microsoft.com/en-us/library/t0aew7h6(v=vs.84).aspx).
2+
ClearScript is a library that makes it easy to add scripting to your .NET applications. It currently supports JavaScript (via [V8](https://developers.google.com/v8/) and [JScript](http://msdn.microsoft.com/en-us/library/hbxc2t98.aspx)) and [VBScript](http://msdn.microsoft.com/en-us/library/t0aew7h6.aspx).
33

44
# Features
55
* Simple usage; create a script engine, add your objects and/or types, run scripts
@@ -17,12 +17,12 @@ ClearScript is a library that makes it easy to add scripting to your .NET applic
1717
* The host can invoke script functions and access script objects directly
1818
* Full support for script debugging
1919

20+
# Installation
21+
* [NuGet package](https://www.nuget.org/packages/Microsoft.ClearScript)
22+
2023
# Documentation
2124
* [Examples](https://microsoft.github.io/ClearScript/Examples/Examples.html)
2225
* [Tutorial](https://microsoft.github.io/ClearScript/Tutorial/FAQtorial.html)
2326
* [API reference](https://microsoft.github.io/ClearScript/Reference/index.html)
2427
* [Building, integrating, and deploying ClearScript](https://microsoft.github.io/ClearScript/Details/Build.html)
2528
* [Old project site on CodePlex](https://clearscript.codeplex.com/)
26-
27-
# Installation
28-
* [NuGet package](https://www.nuget.org/packages/Microsoft.ClearScript)

0 commit comments

Comments
 (0)