Skip to content

Commit 91935c6

Browse files
Added documentation links to ReadMe.md.
1 parent 9865614 commit 91935c6

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

ReadMe.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,12 @@ using (var engine = new V8ScriptEngine())
103103
Console.WriteLine(string.Join(", ", values.ToArray()));
104104
}
105105
```
106+
107+
# Tutorial
108+
A [PDF](https://en.wikipedia.org/wiki/Portable_Document_Format) tutorial is available [here](https://github.com/Microsoft/ClearScript/blob/master/ClearScript/doc/FAQtorial.pdf).
109+
110+
# Reference
111+
The ClearScript Library Reference, in [CHM](https://en.wikipedia.org/wiki/Microsoft_Compiled_HTML_Help) format, is available [here](https://github.com/Microsoft/ClearScript/blob/master/ClearScript/doc/Reference.chm). If you get a security warning when you open this file, uncheck "Always ask before opening this file".
112+
113+
# Project Details
114+
See [here](https://github.com/Microsoft/ClearScript/blob/master/Build.txt) for information about building, integrating, and deploying ClearScript.

0 commit comments

Comments
 (0)