Skip to content

Commit

Permalink
feat(dotnet-sdk): Update readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlaCarvajal committed Dec 5, 2024
1 parent 4499dcf commit 3e918c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk-dotnet/Examples/WorkerContextExample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ parameter to the signature of your task:

```
[LHTaskMethod("task")]
public void ProcessTask(LHWorkerContext context)
public void ProcessTask(long requestTime, LHWorkerContext context)
{
...
}
Expand Down
2 changes: 1 addition & 1 deletion sdk-dotnet/LittleHorse.Sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dotnet build ./LittleHorse.Sdk
dotnet test ./LittleHorse.Sdk.Tests
```

### Run Example
### Run Examples

```
dotnet run --project ./Examples/BasicExample
Expand Down

0 comments on commit 3e918c7

Please sign in to comment.