Skip to content

Commit 3a46330

Browse files
riaschofreakwriter
andauthored
changes Function node to Code node (n8n-io#2422)
Co-authored-by: Kate Mueller <[email protected]>
1 parent 55127ed commit 3a46330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/embed/prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ For Postgres, the database must already exist on the DB-instance. The database u
4141

4242
An n8n instance doesn't typically require large amounts of available memory. For example an n8n Cloud instance at idle requires ~100MB. It's the nature of your workflows and the data being processed that determines your memory requirements.
4343

44-
For example, while most nodes just pass data to the next node in the workflow, `Function` nodes create a pre-processing and post-processing copy of the data. When dealing will large binary files, this can consume all available resources.
44+
For example, while most nodes just pass data to the next node in the workflow, the [Code node](/code/code-node/) creates a pre-processing and post-processing copy of the data. When dealing will large binary files, this can consume all available resources.

0 commit comments

Comments
 (0)