Skip to content

Commit 1147e0b

Browse files
authored
Merge pull request #426 from OAlbrecht2407/patch-1
Documentation fix
2 parents 0ddc8b3 + 8dc4559 commit 1147e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/json-yaml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Simply grab the `DefinitionLoader` from the IoC container and call the `.LoadDefinition` method
44

55
```c#
6-
using using WorkflowCore.Services.DefinitionStorage;
6+
using WorkflowCore.Interface;
77
...
88
var loader = serviceProvider.GetService<IDefinitionLoader>();
99
loader.LoadDefinition("<<json or yaml string here>>", Deserializers.Json);

0 commit comments

Comments
 (0)