From 5d5d5fdfebe08082da794db8298a7af032076e40 Mon Sep 17 00:00:00 2001 From: Joseph Livesey Date: Wed, 14 May 2025 16:17:04 -0400 Subject: [PATCH] fix(README): fix markdown formatting issues --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 813f4761c..011958af9 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,6 @@ Contributions can include: Feel free to suggest enhancements or report issues in the project repository. - ## Implementation Details ### indexer-service-rs @@ -231,7 +230,6 @@ The TAP Agent is an actor-based system powered by [ractor](https://crates.io/cra - Review debug logs (`RUST_LOG=debug`) for additional context. - Use the Grafana dashboard to identify bottlenecks or failures in the actor system. - ## Crates | Crate Name | Description | @@ -247,7 +245,6 @@ The TAP Agent is an actor-based system powered by [ractor](https://crates.io/cra | `indexer-watcher` | An alternative to [eventuals](https://github.com/edgeandnode/eventuals), built on `tokio::sync::watch`. | | `test-assets` | Provides assets for testing, such as generating allocations, wallets, and receipts. | - ## Additional Documentation - [Routes Documentation](./docs/Routes.md): Comprehensive list of available routes and their descriptions.