From 69d022c061fa71ac5b15b5c70d7b05e0a69bce22 Mon Sep 17 00:00:00 2001 From: Anton Date: Mon, 18 Dec 2023 00:59:53 +0500 Subject: [PATCH] doc: readme --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d6b7e6b..fec9df8 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Embeddable code playgrounds +# Interactive code examples -_for education, documentation, and fun_ 🎉 +_for documentation, education and fun_ 🎉 -Codapi is a platform for embedding interactive code snippets directly into your product documentation, online course, or blog post. +Codapi is a platform for embedding interactive code snippets directly into your product documentation, online course or blog post. ``` ┌───────────────────────────────┐ @@ -21,10 +21,10 @@ Codapi manages sandboxes (isolated execution environments) and provides an API t Highlights: -- Custom sandboxes for any programming language, database, or software. -- Available as a cloud service and as a self-hosted version. -- Open source. Uses the permissive Apache-2.0 license. +- Automatically converts static code examples into mini-playgrounds. - Lightweight and easy to integrate. +- Sandboxes for any programming language, database, or software. +- Open source. Uses the permissive Apache-2.0 license. For an introduction to Codapi, see this post: [Interactive code examples for fun and profit](https://antonz.org/code-examples/).