Skip to content

Commit

Permalink
Fix a few typos (#2411)
Browse files Browse the repository at this point in the history
Fix some spelling/typos in README
  • Loading branch information
flcdrg authored Jun 11, 2024
1 parent 2bb552e commit e534288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Compared to V2, Azurite V3 implements a new architecture leveraging code generat
- Get/Set Queue Service Properties
- Preflight Request
- Create/List/Delete Queues
- Put/Get/Peek/Updata/Deleta/Clear Messages
- Put/Get/Peek/Update/Delete/Clear Messages
- Table storage features align with Azure Storage API version 2024-05-04 (Refer to support matrix section below)
- SharedKey/Account SAS/Service SAS/OAuth
- Create/List/Delete Tables
Expand Down Expand Up @@ -261,7 +261,7 @@ Above command will try to start Azurite image with configurations:

`--disableProductStyleUrl` force parsing storage account name from request Uri path, instead of from request Uri host.

> If you use customized azurite paramters for docker image, `--blobHost 0.0.0.0`, `--queueHost 0.0.0.0` are required parameters.
> If you use customized azurite parameters for docker image, `--blobHost 0.0.0.0`, `--queueHost 0.0.0.0` are required parameters.
> In above sample, you need to use **double first forward slash** for location and debug path parameters to avoid a [known issue](https://stackoverflow.com/questions/48427366/docker-build-command-add-c-program-files-git-to-the-path-passed-as-build-argu) for Git on Windows.
Expand Down

0 comments on commit e534288

Please sign in to comment.