From 40b348862acdf402f66bf815afcf9809f7494dc0 Mon Sep 17 00:00:00 2001 From: Madeorsk Date: Sun, 30 Mar 2025 13:16:00 +0200 Subject: [PATCH] Add package installation command in README. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2a0e684..b17d147 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,10 @@ Sharkitek is a lightweight Javascript / TypeScript library designed to ease development of models. +```shell +yarn add @sharkitek/core +``` + With Sharkitek, you define the architecture of your models by specifying their properties and their types. Then, you can use the defined methods like `serialize`, `parse`, `patch` or `serializeDiff`.