diff --git a/Scheduling-exports-with-Cron.md b/Scheduling-exports-with-Cron.md
index a59e3b4..7d46c55 100644
--- a/Scheduling-exports-with-Cron.md
+++ b/Scheduling-exports-with-Cron.md
@@ -68,13 +68,19 @@ exit 0
**3.** Replace:
- `tokenhere` with your [Token](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs)
- `bot/user` If it's a bot token, replace it with `bot`. If it's from a user, `user`
- `channelhere` with a [Channel ID](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs)
- `dceFOLDERpathhere` with DCE's **directory path** (e.g. `/path/to/folder`, NOT `/path/to/folder/DiscordChatExporter.dll`)
- `filenamehere` with the exported channel's filename, without spaces
- `dirhere` with the export directory (e.g. /home/user/Documents/Discord\ Exports)
- `formathere` with one of the available export formats
+ `tokenhere` with your [Token](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs).
+
+ `bot/user` If it's a bot token, replace it with `bot`. If it's from a user, `user`.
+
+ `channelhere` with a [Channel ID](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs).
+
+ `dceFOLDERpathhere` with DCE's **directory path** (e.g. `/path/to/folder`, NOT `/path/to/folder/DiscordChatExporter.dll`).
+
+ `filenamehere` with the exported channel's filename, without spaces.
+
+ `dirhere` with the export directory (e.g. /home/user/Documents/Discord\ Exports).
+
+ `formathere` with one of the available export formats.
**Remember to escape spaces** (add `\` before them) or to quote (") the paths (`"/home/my user"`)!