Fixed typo in v2 unit test.

This commit is contained in:
Tony Bark 2020-12-13 06:52:42 -05:00
parent 78f2728f68
commit f15e32e40b
2 changed files with 2 additions and 2 deletions

View file

@ -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;