Skip to content

Commit d74a0fe

Browse files
Edits
1 parent 8a8486f commit d74a0fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/blobs/storage-quickstart-blobs-go.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ The code example performs the following actions:
9090
- Downloads the blob data into a buffer
9191
- Deletes the blob and container resources created by the app
9292
93-
Before you run the sample, open the `storage-quickstart.go` file. Replace `<storage-account-name>` with the name of your Azure storage account.
93+
Before you run the sample, open the *storage-quickstart.go* file. Replace `<storage-account-name>` with the name of your Azure storage account.
9494
95-
Then run the application with the `go run` command:
95+
Then run the application using the following command:
9696
9797
```
9898
go run storage-quickstart.go

0 commit comments

Comments
 (0)