chore(docs): fix typo and update title

This commit is contained in:
braks
2024-06-13 22:33:09 +02:00
parent 76fe779f34
commit ff055517cd
3 changed files with 7 additions and 7 deletions

View File

@@ -43,14 +43,14 @@ $ yarn add @vue-flow/core
:::
## Usage
## Quick Start
In Vue Flow, a graph consists of [**nodes**](/typedocs/interfaces/Node)and [**edges**](/typedocs/types/Edge), all of which are categorised as [**elements**](/typedocs/types/Elements).
In Vue Flow, a graph consists of [**nodes**](/typedocs/interfaces/Node) and [**edges**](/typedocs/types/Edge).
**Each node and edge requires a unique id.**
**Each node or edge requires a unique id.**
Nodes also need an [XY-position](/typedocs/interfaces/XYPosition), while edges require a `source` and a
`target`, both represented by node ids.
Nodes also need a [XY-position](/typedocs/interfaces/XYPosition), while edges require a `source` and a
`target` node id.
::: warning NOTE!
To ensure Vue Flow's is correctly displayed, make sure you include the necessary styles.