From ceba7632f83affafc476e041c01dc183d8a3c206 Mon Sep 17 00:00:00 2001 From: Robert Johnson Date: Wed, 28 May 2025 15:33:44 -0400 Subject: [PATCH] Update README.md Just a little clean up. --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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