diff --git a/README.md b/README.md index 06014855..ab51757f 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,23 @@ Note that the test scripts also run the example tests suites. # Examples -There are two examples of how to work with this web framework: +Here is a minimal Hello World example: -- [Demo Application](examples/readme.md#demo) +```javascript +class HelloWorld extends owl.core.Component { + inlineTemplate = `