diff --git a/README.md b/README.md index 7da235e525..ac8c1947f3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ IncludeOS ================================================ -IncludeOS is an includable operating system for C++ services running in cloud. By "includable" we mean that `#include ` will literally include a whole little operating system ABI into your service. The build system will then link your service and the OS objects into a single binary, attach a boot loader and combine all that into a self-contained bootable disk image, ready to run on a modern hypervisor. +IncludeOS is an includable, minimal operating system for C++ services running in cloud. By "includeable" we mean that your service will start by saying `#include `, which will literally include a whole little operating system ABI into your service. The build system will then link your service and the OS objects into a single binary, attach a boot loader and combine all that into a self-contained bootable disk image, ready to run on a modern hypervisor. ## Prerequisites