From 1732d9f4b00de9a71dcce135a52c4bb7fad08169 Mon Sep 17 00:00:00 2001 From: Boluwatife Victor <95125924+BirdboyBolu@users.noreply.github.com> Date: Sat, 20 Jul 2024 06:06:16 +0100 Subject: [PATCH] Update README.md (#2738) I added more context to the introduction section --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d5e52d1..dadc7c2f 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,9 @@ -------------- -Fission is a fast serverless framework for Kubernetes with a focus on -developer productivity and high performance. +Fission is an open-source, Kubernetes-native serverless framework that simplifies the deployment of functions and applications on Kubernetes. With Fission, developers can easily create and deploy serverless functions that can be triggered by a variety of events, such as HTTP requests, messages from a message queue, or scheduled tasks. + +Fission provides a simple, easy-to-use interface for developers to create serverless functions in their language of choice, without having to worry about the underlying infrastructure. The framework also offers automatic scaling, so functions can scale up or down based on demand, without any additional configuration. Fission operates on _just the code_: Docker and Kubernetes are abstracted away under normal operation, though you can use both to