Skip to content

docs: update README - #28

Merged
flowernotfound merged 1 commit into
developfrom
readme
Sep 2, 2025
Merged

docs: update README#28
flowernotfound merged 1 commit into
developfrom
readme

Conversation

@flowernotfound

Copy link
Copy Markdown
Owner

No description provided.

@flowernotfound flowernotfound self-assigned this Sep 2, 2025
Copilot AI review requested due to automatic review settings September 2, 2025 17:38
@flowernotfound flowernotfound added the documentation Improvements or additions to documentation label Sep 2, 2025

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Updates the README.md documentation to improve clarity and user experience by adding Node.js version requirements, restructuring usage examples, and including demo images.

  • Adds Node.js ≥18 requirement with badge and dedicated section
  • Restructures usage examples with separate code blocks and demo images
  • Removes detailed development section and updates license link

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread README.md
@@ -1,11 +1,17 @@
# envui

![Static Badge](https://img.shields.io/badge/node.js-%E2%89%A518-brightgreen)

Copilot AI Sep 2, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The HTML entity '%E2%89%A5' for the ≥ symbol in the badge URL should be URL-encoded as '%E2%89%A5' or use the literal character '≥'. However, the current encoding appears correct - this may render properly as intended.

Suggested change
![Static Badge](https://img.shields.io/badge/node.js-%E2%89%A518-brightgreen)
![Static Badge](https://img.shields.io/badge/node.js-≥18-brightgreen)

Copilot uses AI. Check for mistakes.
Comment thread README.md

Demo output:

![Demo prefix filtering](./assets/demo_prefix.png)

Copilot AI Sep 2, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The demo images reference local asset files that may not exist in the repository. Consider verifying these image files are included in the PR or use alternative hosting for the demo images.

Copilot uses AI. Check for mistakes.
Comment thread README.md

Demo output:

![Demo filter functionality](./assets/demo_filter.png)

Copilot AI Sep 2, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The demo images reference local asset files that may not exist in the repository. Consider verifying these image files are included in the PR or use alternative hosting for the demo images.

Copilot uses AI. Check for mistakes.
@flowernotfound
flowernotfound merged commit 8efaccd into develop Sep 2, 2025
3 checks passed
@flowernotfound
flowernotfound deleted the readme branch September 2, 2025 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants