@janekolszak/poland 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,7 +15,12 @@ npm run generate
15
15
 
16
16
  # Install
17
17
 
18
- ## Typescript
18
+ ### Typescript
19
19
  ```
20
- npm i poland
20
+ npm i @janekolszak/poland
21
+ ```
22
+
23
+ ### Golang
24
+ ```
25
+ go get github.com/janekolszak/poland
21
26
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@janekolszak/poland",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Administrative division of Poland",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",