diff --git a/docs/introduction.md b/docs/introduction.md index 29bf6d1de..80bf93606 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -41,15 +41,15 @@ Designed to help you quickly build amazing web applications, Coalesce is a rapid - Design your relational data model with Entity Framework. Coalesce will use that data model to generate an extensible, customizable CRUD API that will drive both your custom pages and the out-of-the-box admin pages. + Entity Framework provides the interface between your database and C# code. Coalesce will use your EF data model to generate an extensible, customizable CRUD API that will drive both your custom pages and the out-of-the-box admin pages. - Frontend code for Coalesce apps is generated for and written in TypeScript, enabling discovery of Coalesce features through Intellisense and providing confidence that your code won't break as your application grows. + TypeScript enables discovery of Coalesce features through Intellisense and provides confidence that your frontend code won't break as your application grows. - Build an awesome frontend application with Vue.js. Coalesce will generate TypeScript ViewModels to facilitate rapid development of custom pages. + Vue.js provides data binding and interactivity for your application as it runs in a browser. Coalesce will generate TypeScript ViewModels to facilitate rapid development of custom pages.