From 06e6ed773dbe7ff7e5be82594169de53970b952d Mon Sep 17 00:00:00 2001 From: "Marc J. Schmidt" Date: Tue, 30 Jan 2024 13:07:00 +0100 Subject: [PATCH] chore: add version + discord to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5bfecdd2..c14fbc4ff 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@

+Discord +npm [![CI](https://github.com/deepkit/deepkit-framework/actions/workflows/main.yml/badge.svg)](https://github.com/deepkit/deepkit-framework/actions/workflows/main.yml) Deepkit Framework is a new high-performance and real-time TypeScript framework for enterprise TypeScript applications. @@ -24,7 +26,7 @@ Check out the [Deepkit Documentation](https://deepkit.io/documentation/introduct To create a Deepkit app with Deepkit Framework from scratch, you can use NPM init: ```shell -npm init @deepkit/app my-deepkit-app +npm init @deepkit/app@latest my-deepkit-app ``` ## Community Packages