Skip to content

Commit d1e7f5b

Browse files
committed
Minor improvements to documentation.
1 parent 2640003 commit d1e7f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/best-practices/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This guide outlines recommended patterns and practices for building robust, main
44

55
## Application Structure
66

7-
If you are creating an application that runs services, you should define a top level `services.rb` file:
7+
If you are creating an application that runs services, you should define a top level `services.rb` file that includes all your service configurations. This file serves as the main entry point for your services. If you are specifically working with the Falcon web server, this file is typically called `falcon.rb` for historical reasons.
88

99
### Service Configuration
1010

0 commit comments

Comments
 (0)