Skip to content

Fix README.md inaccuracies#10

Open
jpelletier1 wants to merge 1 commit into
mainfrom
fix/readme-corrections
Open

Fix README.md inaccuracies#10
jpelletier1 wants to merge 1 commit into
mainfrom
fix/readme-corrections

Conversation

@jpelletier1
Copy link
Copy Markdown
Owner

Summary

This PR fixes several inaccuracies in the README.md file.

Changes

1. Fixed Angular version (1.0 → 1.2)

The README stated the demo was built with "Angular 1.0", but the actual code uses Angular 1.2.32 (as seen in example_refactoring/public/index.html).

2. Fixed workflow file path (hyphen → underscore)

The README referenced .github/workflows/pr-review.yml, but the actual file is .github/workflows/pr_review.yml (underscore instead of hyphen).

3. Added missing example_cves demo

The example_cves/ directory exists with its own README but was not documented in the main README. Added a new section describing this CVE scanning demo.


This PR was created by an AI agent (OpenHands) on behalf of the user.

@jpelletier1 can click here to continue refining the PR

- Fix Angular version: 1.0 -> 1.2 (matches actual code using 1.2.32)
- Fix workflow path: pr-review.yml -> pr_review.yml (underscore not hyphen)
- Add missing example_cves demo to the use cases list

Co-authored-by: openhands <openhands@all-hands.dev>
@jpelletier1 jpelletier1 marked this pull request as ready for review April 24, 2026 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants