Skip to content

Commit

Permalink
fix: String Format node markdown format error
Browse files Browse the repository at this point in the history
  • Loading branch information
erictuvesson committed Oct 18, 2023
1 parent d8ad97a commit 4691bd1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions nodes/string-manipulation/string-format/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ The <span className="ndl-node">String Format</span> node needs a format input wh

## Outputs

| Data | Description |
| ------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| <span className="ndl-data">Formatted</span> | The formatted string, e.g. if the string format is _{Hours} hours ago_ and the _Hours_ input is connected to a value of _9_ the |
| formatted string will be _9 hours ago_. |
| Data | Description |
| ------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <span className="ndl-data">Formatted</span> | The formatted string, e.g. if the string format is "_{Hours} hours ago_" and the _Hours_ input is connected to a value of _9_, the formatted string will be _9 hours ago_. |

0 comments on commit 4691bd1

Please sign in to comment.