Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
Fix #1
  • Loading branch information
rgomez90 authored Dec 30, 2020
1 parent e52a4ef commit 92ebb43
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 @@ -34,7 +34,7 @@ var card = new MessageCard()
Post your message

```csharp
await client.PostAsync(card, "https://your-teams-webhook)
await client.PostAsync("https://your-teams-webhook", card)
```

## Contributing
Expand Down

0 comments on commit 92ebb43

Please sign in to comment.