Skip to content

Commit 95b4c33

Browse files
committed
Fixup example link in README and .editorconfig
1 parent 7ecc7c1 commit 95b4c33

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ end_of_line = lf
77
charset = utf-8
88
trim_trailing_whitespace = true
99
insert_final_newline = true
10+
11+
[*.md]
12+
indent_style = space
13+
indent_size = 2

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
> Node-RED module to parse Magento EQP callbacks
2121
22-
The primary focus of this package is to provide a simple module to parse callbacks from the [Magento Marketplace EQP API](https://devdocs.magento.com/marketplace/eqp/v1/api.html).
22+
The primary focus of this package is to provide a simple module to parse callbacks from the [Magento Marketplace EQP API](https://devdocs.magento.com/marketplace/eqp/v1/api.html).
2323

2424
## Install
2525

@@ -31,21 +31,21 @@ npm install @netresearch/node-red-contrib-magento-eqp
3131

3232
## Features
3333

34-
* Parse callbacks from `http in` nodes
35-
* Register callback URLs programmatically
36-
* Configuration node with secret
34+
- Parse callbacks from `http in` nodes
35+
- Register callback URLs programmatically
36+
- Configuration node with secret
3737

3838
## Example Flow
3939

40-
The example flow is located in [src/flow.json](https://github.com/netresearch/node-red-contrib-magento-eqp/blob/master/src/flow.json)
40+
The example flow is located in [example/flow.json](https://github.com/netresearch/node-red-contrib-magento-eqp/blob/master/example/flow.json)
4141

4242
![Example Usage](https://i.imgur.com/xGD2WvE.png)
4343

4444
## Author
4545

4646
👤 **TheDevMinerTV <[email protected]>**
4747

48-
- Github: [@TheDevMinerTV](https://github.com/TheDevMinerTV)
48+
- Github: [@TheDevMinerTV](https://github.com/TheDevMinerTV)
4949

5050
## 🤝 Contributing
5151

0 commit comments

Comments
 (0)