From 8dc4559c5283bc1a5fcd17bb791e596295af1245 Mon Sep 17 00:00:00 2001 From: OAlbrecht2407 <41269487+OAlbrecht2407@users.noreply.github.com> Date: Mon, 21 Oct 2019 12:38:17 +0200 Subject: [PATCH] Documentation fix Issue #425 --- docs/json-yaml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/json-yaml.md b/docs/json-yaml.md index 431384240..305741ec6 100644 --- a/docs/json-yaml.md +++ b/docs/json-yaml.md @@ -3,7 +3,7 @@ Simply grab the `DefinitionLoader` from the IoC container and call the `.LoadDefinition` method ```c# -using using WorkflowCore.Services.DefinitionStorage; +using WorkflowCore.Interface; ... var loader = serviceProvider.GetService(); loader.LoadDefinition("<>", Deserializers.Json);