We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4bf3be commit 2254780Copy full SHA for 2254780
1 file changed
README.md
@@ -13,8 +13,8 @@ FlyMe is an agentic helper that will search for flights for you directly in Slac
13
14
### Clone the Repository
15
```bash
16
- git clone https://github.com/KristopherLeads/flyme
17
- cd flyme
+ git clone https://github.com/KristopherLeads/FlyMe
+ cd FlyMe
18
```
19
20
### Install Dependencies
@@ -81,7 +81,7 @@ FlyMe is an agentic helper that will search for flights for you directly in Slac
81
## File Structure
82
83
84
-flyme/
+FlyMe/
85
├── app.py # FlyMe orchestration logic
86
├── bot.py # FlyMeBot class
87
├── config.py # FlyMe configuration management
0 commit comments