diff --git a/README.md b/README.md index 198204b..96c4852 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,19 @@ > Yet another templating engine 📠 -Cometa is a templating engine with **no dependencies** written in `JS`. That was the reason because it was created. +Cometa is a templating engine with **no dependencies** written in `JS`. That was the reason it was created. ## Quickstart 💥 ```bash +# Go to examples +cd examples/simple + # Install -npm i cometa +npm i # Run -node examples/simple/app.js +node app.js ``` ## Setup 🏗 @@ -47,6 +50,10 @@ new Cometa({ npm i cometa ``` +## Run 🚀 + + + ## Reference 📒 ### Variable