Skip to content

Commit be37878

Browse files
author
Eduardo V. Bruno
authored
Merge pull request #121 from fauna/update-example
Update README.md
2 parents 7d4a2f3 + 022a78d commit be37878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ product.Match(
226226

227227
// or even:
228228
229-
Product prod = productLoaded.At("data").To<Product>().Value;
229+
Product productLoaded = value.At("data").To<Product>().Value;
230230
Console.WriteLine("Product loaded: {0}", prod.Description);
231231
```
232232

0 commit comments

Comments
 (0)