Skip to content

Commit 5e76b38

Browse files
committed
docs: update README with correct npm install command
Use the published package name instead of local path for installation instructions
1 parent 06adc1b commit 5e76b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A reusable React library for building serverless workflow editors using React Fl
2525
## Installation
2626

2727
```bash
28-
npm install ./src/lib
28+
npm i serverless-workflow-builder-lib
2929
```
3030

3131
## Quick Start

0 commit comments

Comments
 (0)