trainfinder 1.0.4 → 1.0.5

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -42,7 +42,7 @@ trainfinder station --st <station_name>
42
42
  trainfinder station --st 수서
43
43
  ```
44
44
 
45
- ## 기차 조회
45
+ ## 🔎 Train Search
46
46
  > Search for trains based on departure station, arrival station, and date.
47
47
 
48
48
  | Option | Description | Default |
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "trainfinder",
3
- "version": "1.0.4",
4
- "description": "KTX/SRT 실시간 열차 조회 CLI 도구",
3
+ "version": "1.0.5",
4
+ "description": "KTX/SRT Real-Time Train CLI",
5
5
  "author": "junseok oh",
6
6
  "license": "MIT",
7
7
  "bin": {