Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
moozzi committed Dec 23, 2023
1 parent 4fdf9da commit a238b0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ $ docker-compose up
* `config.ru` - The main entry point for `rackup`/`puma`.
* `config/` - Contains all app configuration files.
* `lib/ronin/app/helpers/` - Contains all Sinatra helper modules which define methods that
* `app.rb` - The main Rack app that contains all of the HTTP routes.
* `app.rb` - The main Rack app that contains HTTP routes.
* `app/` - Contains sub-App classes that contains grouped HTTP routes
* `workers.rb` - The main entry point for Sidekiq which loads all worker classes
from `lib/workers/`.
* `workers/` - Contains all Sidekiq worker classes.
Expand Down

0 comments on commit a238b0f

Please sign in to comment.