From 52fbb0abf3f5725704777517d49a5db49ec12c24 Mon Sep 17 00:00:00 2001 From: nsheff Date: Mon, 3 Aug 2026 15:31:33 -0400 Subject: [PATCH] lint --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 227e40f..df71db0 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,9 @@ from bbconf import BedBaseAgent agent = BedBaseAgent(config="config.yaml") # Access submodules -agent.bed # BED file operations -agent.bedset # BED set operations -agent.objects # Generic object/file operations +agent.bed # BED file operations +agent.bedset # BED set operations +agent.objects # Generic object/file operations # Get platform statistics stats = agent.get_stats()