Skip to content

Commit

Permalink
Merge pull request #2 from kurt-mueller-osumc/patch-1
Browse files Browse the repository at this point in the history
Update code example from quickDeploy to quickWrite
  • Loading branch information
kurt-mueller-osumc authored Mar 28, 2022
2 parents b0f44ef + 8edd93b commit bb7ce81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ let deployment = arm {
// Deploy it to Azure!
deployment
|> Writer.quickDeploy "myResourceGroup" Deploy.NoParameters
|> Writer.quickWrite "myResourceGroup"
```

#### Want to try it out? Follow our [quickstart guide](quickstarts/quickstart-1) now!

0 comments on commit bb7ce81

Please sign in to comment.