mirror of
https://github.com/tonytins/cstdotnet.git
synced 2026-02-10 20:24:47 -05:00
Fixed typo in v2 unit test.
This commit is contained in:
parent
78f2728f68
commit
f15e32e40b
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ Caret-Separated Text (or CST) is a key-value pair format represented by digits o
|
|||
```
|
||||
|
||||
```csharp
|
||||
#r "nuget:CSTNet,1.0.2"
|
||||
#r "nuget:CSTNet,1.0.300"
|
||||
using System;
|
||||
using System.IO;
|
||||
using CSTNet;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue