Skip to content

Commit

Permalink
Add link to README for PDF conversions on Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jreyesr committed May 30, 2023
1 parent c44338a commit 522f395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nodes/CarboneNode/CarboneNode.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export class CarboneNode implements INodeType {
default: 'render',
},
{
displayName: 'This operation requires LibreOffice to be installed',
displayName: 'This operation requires LibreOffice to be installed! If using Docker, see <a href="https://www.npmjs.com/package/n8n-nodes-carbonejs#a-workaround-for-converting-docx-files-to-pdf-on-docker" target="_blank">this link</a> for a suggested alternative.',
name: 'notice',
type: 'notice',
default: '',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "n8n-nodes-carbonejs",
"version": "1.0.0",
"version": "1.0.1",
"description": "A Carbone JS node that renders Word templates on n8n.io",
"keywords": [
"n8n-community-node-package"
Expand Down

0 comments on commit 522f395

Please sign in to comment.