trainfinder 1.0.10 → 1.0.11

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![GitHub Repository](https://img.shields.io/badge/GitHub-Source-black?logo=github)](https://github.com/junseokhub/train_finder)
4
4
 
5
- `TrainFinder` is a **terminal-based CLI library** that allows you to search for **domestic high-speed train information in South Korea**.
5
+ `TrainFinder` is a **terminal-based CLI library** that allows you to search for **domestic all train information in South Korea**.
6
6
  You can search for trains based on **departure station, arrival station, and date**.
7
7
 
8
8
  ---
@@ -17,8 +17,8 @@ npm install -g trainfinder
17
17
 
18
18
  > ⚠️ Only the train types listed below are accepted as valid input.
19
19
 
20
- - regular
21
- - ktx
20
+ - normal (ITX-청춘, ITX-새마을, ITX-마음, 무궁화호, 새마을호, 통근열차, 누리로, AREX직통)
21
+ - ktx (KTX-산천, KTX-이음, KTX-청룡 )
22
22
  - srt
23
23
 
24
24
  ## 🚉 Station List
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trainfinder",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "KTX/SRT Real-Time Train CLI",
5
5
  "author": "junseok oh",
6
6
  "license": "MIT",