-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Conversation
Fixed certain typos in README.md file
#USE_LOADTEST=<True/False> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was an unnecessary change to commit. nothing was changed.
@@ -1,12 +1,12 @@ | |||
# eShopOnContainers | |||
|
|||
eShopOnContainers is a reference app whose imagined purpose is to serve the mobile workforce of a fictitious company that sells products. The app allow to manage the catalog, view products, manage the basket and the orders. | |||
eShopOnContainers is a reference app whose imagined purpose is to serve the mobile workforce of a fictitious company that sells products. The app would allow a user to manage their catalog, view products, manage the basket/cart and the orders. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion:
The app would allows the user to manage their catalog, view products, manage the basket/cart and the orders.
@@ -97,7 +97,7 @@ The app has the following screens: | |||
|
|||
* a auth screen | |||
* a catalog list | |||
* a profile section with a order list |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion:
a profile section with a list of orders
@@ -142,7 +142,7 @@ The application performs the deployment and even boots into the emulator, but st | |||
|
|||
The error is related with incompatibilities between the host processor and the Hyper-V virtual machine. | |||
|
|||
In Windows 10, we press the start button and write MMC. Next, click the Hyper-V Manager option: | |||
In Windows 10, we press the start button and write MMC, short for Microsoft Management Console. Next, click the Hyper-V Manager option: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion:
In Windows 10,
wepress the start button and write MMC, short for Microsoft Management Console. Next, click the Hyper-V Manager option:
… 2.0 "wave" of technologies (This is a pre-release 2nd Edition of the eBook)
|
…s format (.EPUB and .MOBI)
Hi @karumanchi1116, thanks for your contributions, but we don't accept PRs to master, as per https://github.com/dotnet-architecture/eShopOnContainers/blob/master/branch-guide.md. If you want to submit the PR, please fork the repo in GitHub and create the new branch from the current dev. Please keep in mind that you must also sign the Contributor License Agreement (CLA) to accept th PR. Thanks. |
No description provided.