Skip to content

Commit

Permalink
fix(README): updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kemboi22 committed Jul 28, 2024
1 parent c8b99a2 commit 8ddab89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ n8n allows you to build flexible workflows focused on deep data integration

Instantiate the module with:

add-module ghcr.io/compgeniuses/n8n:latest 1
add-module ghcr.io/geniusdynamics/n8n:latest 1

The output of the command will return the instance name.
Output example:

{"module_id": "n8n", "image_name": "n8n", "image_url": "ghcr.io/compgeniuses/n8n:latest"}
{"module_id": "n8n", "image_name": "n8n", "image_url": "ghcr.io/geniusdynamics/n8n:latest"}

## Configure

Expand Down Expand Up @@ -81,7 +81,7 @@ To uninstall the instance:
Test the module using the `test-module.sh` script:


./test-module.sh <NODE_ADDR> ghcr.io/compgeniuses/n8n:latest
./test-module.sh <NODE_ADDR> ghcr.io/geniusdynamics/n8n:latest

The tests are made using [Robot Framework](https://robotframework.org/)

Expand Down

0 comments on commit 8ddab89

Please sign in to comment.