Skip to content

Commit 4f8c0d2

Browse files
committed
Amend README
1 parent 0613e3a commit 4f8c0d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This workspace contains Python scripts for visualizing meeting data as directed
2323
Processes an array of meeting summaries from a remote JSON file, building a directed graph that includes all workgroups and their associated meetings, people, documents, agenda items, actions, decisions, tags, and emotions.
2424
- **Key Steps:**
2525
1. Downloads JSON data from a URL.
26-
2. Iterates through all workgroups in the array.
26+
2. Handles both dict and list JSON structures, but always iterates through a list of workgroups.
2727
3. Safely extracts nested fields for each workgroup.
2828
4. Adds nodes and edges for all entities across all meetings.
2929
5. Saves the resulting graph visualization as `graph2.png`.

0 commit comments

Comments
 (0)