Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-domenichini committed Jan 10, 2024
2 parents c70e007 + 816e0ba commit 8ced349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ smartiot.Start();
smartiot.Stop();
```

otherwise, you can add SmartIOT.Connector to DI container with [these extension methods](./SmartIOT.Connector.DependencyInjection/AspNetCoreExtensions.cs):
otherwise, you can add SmartIOT.Connector to DI container with [these extension methods](./Core/SmartIOT.Connector.DependencyInjection/AspNetCoreExtensions.cs):

```csharp
// this method will start an IHostedService running SmartIOT.Connector
Expand Down

0 comments on commit 8ced349

Please sign in to comment.