diff --git a/line-segment-intersection/README.md b/line-segment-intersection/README.md
index c541f89..8b7c85e 100644
--- a/line-segment-intersection/README.md
+++ b/line-segment-intersection/README.md
@@ -17,8 +17,8 @@ The visualization displays:
- **Point C** at (6, 7) - top-right anchor point
- **Point B** - movable point that follows your mouse cursor
- **Line segment AC** - connecting the two fixed points
-- **Blue rectangle** - formed by points B and C
-- **Red rectangle** - formed by points B and A
+- **Blue rectangle** - formed by point B and (cx, ay) = (6, 1)
+- **Red rectangle** - formed by point B and (ax, cy) = (1, 7)
As you move your mouse over the canvas, point B follows the cursor, and the application:
1. Calculates the width and height of both rectangles in real-time
diff --git a/line-segment-intersection/src/lib/Counter.svelte b/line-segment-intersection/src/lib/Counter.svelte
deleted file mode 100644
index 770c922..0000000
--- a/line-segment-intersection/src/lib/Counter.svelte
+++ /dev/null
@@ -1,10 +0,0 @@
-
-
-