We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8486f commit d74a0feCopy full SHA for d74a0fe
articles/storage/blobs/storage-quickstart-blobs-go.md
@@ -90,9 +90,9 @@ The code example performs the following actions:
90
- Downloads the blob data into a buffer
91
- Deletes the blob and container resources created by the app
92
93
-Before you run the sample, open the `storage-quickstart.go` file. Replace `<storage-account-name>` with the name of your Azure storage account.
+Before you run the sample, open the *storage-quickstart.go* file. Replace `<storage-account-name>` with the name of your Azure storage account.
94
95
-Then run the application with the `go run` command:
+Then run the application using the following command:
96
97
```
98
go run storage-quickstart.go
0 commit comments