diff --git a/README.md b/README.md index 56ab4e3..59a22f9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@

- newtron + + newtron +

> This is the core framework package for Newtron. @@ -24,7 +26,6 @@ Newtron is currently a work in progress. In it's current state, Newtron can supp - Two routing modes (declarative or file-based) - Middleware pipeline - Quark, a custom templating engine -- Reactor CLI tool - Error handling and logging ### 🚧 Up Next: Developer experience improvements and the signature forms system diff --git a/composer.json b/composer.json index d22f090..0ad2e17 100644 --- a/composer.json +++ b/composer.json @@ -4,6 +4,7 @@ "type": "library", "description": "Core framework package for Newtron", "homepage": "https://github.com/newtron-framework/core", + "license": "MIT", "authors": [ { "name": "itsnewtjam",