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