From bfeef945ec9ebf0e695c7431d4ef7e8315835d23 Mon Sep 17 00:00:00 2001 From: Shalabh Mohan Shrivastava Date: Mon, 14 Oct 2019 16:57:24 -0700 Subject: [PATCH] Fixing the filename with minor updates (#120) Fixing the filename with minor updates --- reference/{REDAME.md => README.md} | 0 reference/api/README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename reference/{REDAME.md => README.md} (100%) diff --git a/reference/REDAME.md b/reference/README.md similarity index 100% rename from reference/REDAME.md rename to reference/README.md diff --git a/reference/api/README.md b/reference/api/README.md index 7490295d7..772ffeff9 100644 --- a/reference/api/README.md +++ b/reference/api/README.md @@ -1,6 +1,6 @@ # Dapr API reference -This repository holds the API reference for the Dapr runtime. +This documentation contains the API reference for the Dapr runtime. Dapr is an open source runtime that provides a set of building blocks for building scalable distributed apps. Building blocks include pub-sub, state management, bindings, messaging and invocation, actor runtime capabilities, and more.