Skip to content

Commit

Permalink
Improve writing
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkerkhove committed Jun 5, 2019
1 parent e30f97e commit db810cd
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 @@ -90,7 +90,7 @@ Create a base64 representation of the connection string and update our Kubernete

### Installing our order processor

We will start by creating a new Kubernetes namespace to run out order processor in:
We will start by creating a new Kubernetes namespace to run our order processor in:

```cli
❯ kubectl create namespace keda-dotnet-sample
Expand Down Expand Up @@ -135,7 +135,7 @@ In that case, let's give generate some!

## Publishing messages to the queue

The following job will to the "orders" queue on which the order processor is listening to. As the queue builds up, KEDA will help the horizontal pod autoscaler add more and more pods until the queue is drained. The order generator will allow you to specify how many messages you want to queue.
The following job will send messages to the "orders" queue on which the order processor is listening to. As the queue builds up, KEDA will help the horizontal pod autoscaler add more and more pods until the queue is drained. The order generator will allow you to specify how many messages you want to queue.

First you should clone the project:

Expand Down

0 comments on commit db810cd

Please sign in to comment.