Skip to content

Commit 4a547d4

Browse files
docs: update installation command in README to include scope
1 parent 42398b7 commit 4a547d4

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@
66

77
An n8n community node package that provides functionality to query information about countries, states/provinces, and cities using the [country-state-city](https://github.com/dr5hn/country-state-city) library.
88

9+
* Repository: https://github.com/mimirtechco/n8n-nodes-country-state-city
10+
911
## Installation
1012

1113
Follow the instructions in the [n8n documentation](https://docs.n8n.io/integrations/community-nodes/installation/) to install community nodes.
1214

1315
```bash
14-
npm install n8n-nodes-country-state-city
16+
npm install @mimirtech/n8n-nodes-country-state-city
1517
```
1618

1719
## Operations
@@ -96,6 +98,10 @@ Returns a list of all cities in a specific state/province.
9698

9799
See [CHANGELOG.md](CHANGELOG.md) for the complete change history.
98100

101+
## Maintainer
102+
103+
[Mimir Tech](https://www.mimirtech.co)
104+
99105
## License
100106

101107
MIT

0 commit comments

Comments
 (0)