diff --git a/engine/README.md b/engine/README.md new file mode 100644 index 00000000000..c38197333df --- /dev/null +++ b/engine/README.md @@ -0,0 +1,8 @@ +Sky Engine +========== + +This directory contains the bulk of the C++ code backing the +``dart:sky`` module. + +It is based on Blink, Chromium's rendering engine, which itself is +descended from WebKit, which is descended from KHTML.