From 360f876340ab5a0ded1b0e3f294421721d226ae4 Mon Sep 17 00:00:00 2001 From: Mark <14284867+xHeaven@users.noreply.github.com> Date: Wed, 3 Apr 2024 23:36:47 +0200 Subject: [PATCH] chore: update readme --- README.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3a5e91d..eebec25 100644 --- a/README.md +++ b/README.md @@ -15,17 +15,15 @@ 💪 TypeScript: Strict

-## Usage +## Installation ```shell -npm i 2d-funnel-graph +pnpm i @helixdigital-io/2d-funnel-graph ``` -```ts -import { greet } from "2d-funnel-graph"; +## Usage -greet("Hello, world! 💖"); -``` +Coming soon... ## Contributors @@ -47,7 +45,3 @@ greet("Hello, world! 💖"); - - - -> 💙 This package was templated with [`create-typescript-app`](https://github.com/JoshuaKGoldberg/create-typescript-app).