Skip to content
This repository was archived by the owner on Aug 15, 2022. It is now read-only.

Commit 1d28f68

Browse files
authored
Merge pull request #73 from schlueter/patch-1
Use standard ascii tree for directory illustration
2 parents 16b366a + be38ed4 commit 1d28f68

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ A Word on Structure
5555
To give you a quick sense of how this library is structured, there is a RtmBot class which does the setup and handles input and outputs of messages. It will also search for and register Plugins within the specified directory(ies). These Plugins handle different message types with various methods and can also register periodic Jobs which will be executed by the Plugins.
5656
```
5757
RtmBot
58-
|--> Plugin
59-
|---> Job
60-
|---> Job
61-
|--> Plugin
62-
|--> Plugin
63-
|---> Job
58+
├── Plugin
59+
| ├── Job
60+
| └── Job
61+
├── Plugin
62+
└── Plugin
63+
└── Job
6464
```
6565

6666
Add Plugins

0 commit comments

Comments
 (0)