diff --git a/README.md b/README.md index 0d934c6..dbe169f 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,12 @@ included below as reference. curl localhost:8765 -X POST -d '{"action": "deckNames", "version": 6}' ``` +#### Powershell + +```powershell +(Invoke-RestMethod -Uri http://localhost:8765 -Method Post -Body '{"action": "deckNames", "version": 6}').result +``` + #### Python ```python