From 2beb37922b3269d9cefe67aba29e4f73d678708a Mon Sep 17 00:00:00 2001 From: Yaron Schneider Date: Fri, 21 Jun 2019 09:04:47 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95c3ec26..614149ab 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Actions - A highly performant, lightweight serverless runtime for cloud and edge +__Note: This repo is currently under heavy development. +As long as this note is here, consider docs not up-to-date at all times. Edge builds with potential bugs and/or breaking changes will be pushed daily.__ + Actions is a programming model for writing cloud-native applications which are distributed, dynamically scaled, and loosely coupled in nature. Actions offers an eventing system on which compute units communicate with each other by exchanging messages.

@@ -14,8 +17,6 @@ Actions uses pluggable state stores and message buses such as Redis as well as g The Actions runtime is designed for hyper-scale performance in the cloud and on the edge.
-__Note: Actions is currently under heavy development for the [v0.1-alpha.1 milestone](https://github.com/actionscore/actions/milestone/1). Until the milestone is reached, consider docs not up-to-date at all times. Edge builds with potential bugs will be pushed daily.__ - ![Actions Logical Design](/docs/imgs/actions_logical_design.png) ## Why Actions -- GitLab