Fix README.md inaccuracies#10
Open
jpelletier1 wants to merge 1 commit into
Open
Conversation
- 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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