fix a typo in README.md (#180)

its -> it is
This commit is contained in:
Yu Huang 2019-10-22 06:45:43 -07:00 committed by Aman Bhardwaj
parent 98d2bcf1db
commit 40dd2407df
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Dapr is a programming model that's being installed and operated using a sidecar, and thus leaves autoscaling to the hosting layer, for example Kubernetes.
Many of Dapr's [bindings](../../concepts/bindings#supported-bindings-and-specs) overlap with those of [KEDA](https://github.com/kedacore/keda), an Event Driven Autoscaler for Kubernetes.
For apps that use these bindings, its easy to configure a KEDA autoscaler.
For apps that use these bindings, it is easy to configure a KEDA autoscaler.
## Install KEDA