mirror of
https://github.com/tonytins/cstdotnet.git
synced 2025-03-22 08:22:18 +00:00
Fixed using statement in usage section of README.
This commit is contained in:
parent
30f390f066
commit
55b6135db0
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ QuickFennec.CST is a library for parsing the CST format.
|
||||||
#r "nuget:CSTNet,1.0.1"
|
#r "nuget:CSTNet,1.0.1"
|
||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using QuickFennec.CST;
|
using CSTNet;
|
||||||
|
|
||||||
var file = File.ReadAllText("example.cst");
|
var file = File.ReadAllText("example.cst");
|
||||||
var example = CaretSeparatedText.Parse(file, 1);
|
var example = CaretSeparatedText.Parse(file, 1);
|
||||||
|
|
Loading…
Add table
Reference in a new issue