diff --git a/README.md b/README.md index 390a570..ef509aa 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,6 @@ Have you tried it? Got feedback or questions? Discuss here: [https://discourse.d ## App Usage Overview ![DM View Screenshot Placeholder](images/dm_view.png) -*(Replace with an actual screenshot of your DM view)* The TTRPG Initiative Tracker is designed for Dungeon Masters to manage combat encounters and display the initiative order to players. Here's a typical workflow: @@ -92,7 +91,7 @@ This flow allows the DM to prepare and run encounters efficiently while providin 1. **Clone the Repository:** ```bash - git clone + git clone https://code.draft13.com/robert/ttrpg-initiative-tracker cd ttrpg-initiative-tracker ``` @@ -183,7 +182,6 @@ This project includes a `Dockerfile` to containerize the application for deploym ## Project Structure
-
 ttrpg-initiative-tracker/
 ├── .dockerignore        # Specifies intentionally untracked files that Docker should ignore
 ├── .env.example         # Example environment variables
@@ -202,7 +200,6 @@ ttrpg-initiative-tracker/
 ├── App.js           # Main application component
 ├── index.css        # Global styles (including Tailwind directives)
 └── index.js         # React entry point
-
 
## Contributing