From 703801ebff539ea784e0e0a4389994909bd43ba7 Mon Sep 17 00:00:00 2001 From: Demid Lupin Date: Tue, 14 Sep 2021 01:04:46 +0300 Subject: [PATCH] Fixed import namespace fixed mispelled namespace --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4c4efe1..0c3fb643 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Hedgehog provides an alternative namespace, meant to provide compatibility with Generators are then built with a more comfortable fluent API. ```csharp -using Hegehog.Linq; +using Hedgehog.Linq; class Generators {