Skip to content

Commit 8487de6

Browse files
authored
Fix typos
1 parent 7812566 commit 8487de6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NodeGraphProcessor Fork
1+
# NodeGraphProcessor
22
Node graph editor framework focused on data processing using Unity UIElements, GraphView and C# 4.7
33

44
[![Discord](https://img.shields.io/discord/823720615965622323.svg)](https://discord.gg/XuMd3Z5Rym)
@@ -89,17 +89,17 @@ Join the [NodeGraphProcessor Discord server](https://discord.gg/XuMd3Z5Rym)!
8989
- Graph processor which execute node's logic with a dependency order
9090
- [Documented C# API to add new nodes / graphs](https://github.com/alelievr/NodeGraphProcessor/wiki/Node-scripting-API)
9191
- Exposed parameters that can be set per-asset to customize the graph processing from scripts or the inspector
92-
- Parameter set mode, you can now output data from thegraph using exposed parameters. Their values will be updated when the graph is processed
92+
- Parameter set mode, you can now output data from the graph using exposed parameters. Their values will be updated when the graph is processed
9393
- Search window to create new nodes
9494
- Colored groups
9595
- Node messages (small message with it's icon beside the node)
96-
- Stack Nodes
96+
- Stack nodes
9797
- Relay nodes
9898
- Display additional settings in the inspector
9999
- Node creation menu on edge drop
100100
- Simplified edge connection compared to default GraphView (ShaderGraph and VFX Graph)
101101
- Multiple graph window workflow (copy/paste)
102-
- Vertical Ports
102+
- Vertical ports
103103
- Sticky notes (requires Unity 2020.1)
104104
- Renamable nodes
105105

0 commit comments

Comments
 (0)