Skip to content

Commit 592d0de

Browse files
committed
Update readme to be less suggestive flow use in web context
1 parent d3eebf4 commit 592d0de

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Flow Monitor
22

3-
A real-time monitoring and interaction tool for [clojure.core.async.flows](https://clojure.github.io/core.async/flow.html)
3+
A real-time monitoring and interaction tool for [clojure.core.async.flow](https://clojure.github.io/core.async/flow.html)
44

5-
<img width="2189" alt="flow-example-gif" src="https://github.com/user-attachments/assets/9261877d-c067-4141-8730-d6633793cf0b">
5+
<img width="2189" alt="flow-example-gif" src="https://github.com/user-attachments/assets/ddef50e1-ccb0-43cb-8dd2-f52b9e69bb55">
66

77
## Overview
88

9-
Flow Monitor provides a web-based interface for visualizing, monitoring, and interacting with clojure.core.async.flows
9+
Flow Monitor provides a web-based interface for visualizing, monitoring, and interacting with clojure.core.async.flow
1010

1111
With Flow Monitor, you can observe the structure of your flow, track the state of processes and the async channels between them, control process execution by pausing and resuming them, inject data into channels, and view any errors or messages that emerge from the flow.
1212

0 commit comments

Comments
 (0)