diff --git a/README.md b/README.md index cb95f90..cffcbeb 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## What's the DtCraft? -DtCraft is a high-performance cluster computing engine that helps programmers write simple, easy, and effective parallel code at scale. The kernel runs on every machine and provides transparent concurrency controls through an open API for workload description and resource management. In a nutshell, you focus on high-level developments, and DtCraft takes the pain of DevOps away from you! +DtCraft is a C++-based programming engine to streamline cluster computing. DtCraft helps you write simple, easy, and effective parallel and distributed code at cluster scale. The kernel runs on every machine and provides transparent concurrency controls and resource managements through our stream graph API. With DtCraft in place, you can focus on high-level developments without pain of DevOps! ## How to use it Please visit the official website.