Skip to content

Commit

Permalink
doc: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
makimenko committed Nov 22, 2023
1 parent fbf8d3f commit bb32ce6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Click below to see the demo in a web browser:<br>

1. Set up an Angular project and install dependencies:
```
npm i three dagre atft --save
npm i three dagre atft yaml --save
npm i @types/dagre @types/three --save-dev
```
3. Import library into your module:
Expand Down
2 changes: 1 addition & 1 deletion projects/atft/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Click below to see the demo in a web browser:<br>

1. Set up an Angular project and install dependencies:
```
npm i three dagre atft --save
npm i three dagre atft yaml --save
npm i @types/dagre @types/three --save-dev
```
2. Import library into your module:
Expand Down

0 comments on commit bb32ce6

Please sign in to comment.