-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md #21
base: main
Are you sure you want to change the base?
Update README.md #21
Conversation
WalkthroughThe pull request introduces significant updates to the Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Outside diff range and nitpick comments (4)
README.md (4)
3-12
: Consider removing brackets from titles and names.The project name and team details look good, but for better readability, consider removing the square brackets. For example:
[Auto Charging System]
→Auto Charging System
[Techiees]
→Techiees
[Nihal M]
→Nihal M
16-22
: Fix grammar and formatting issues in the description.Please address the following:
- Line 19: Add article "the" - "Always forgot to turn on the switch"
- Line 22: Use "an" instead of "a" - "an infrared sensor"
- Line 22: Remove space before comma
- Line 22: "infront" should be "in front"
-Always forgot to turn on switch while charging mobile phone. +Always forgot to turn on the switch while charging mobile phone. -We added a infrared sensor in the switch board which senses the objects infront of it , so that whenever we plug in our charger it will detect and turn on the switch. +We added an infrared sensor in the switchboard which senses the objects in front of it, so that whenever we plug in our charger it will detect and turn on the switch.🧰 Tools
🪛 LanguageTool
[grammar] ~19-~19: Before the countable noun ‘on’ an article or a possessive pronoun is necessary.
Context: ...doesn't exist) Always forgot to turn on switch while charging mobile phone. ### The S...(IN_NN_CC_VBG)
[misspelling] ~22-~22: Use “an” instead of ‘a’ if the following word starts with a vowel sound, e.g. ‘an article’, ‘an hour’.
Context: ...lution (that nobody asked for) We added a infrared sensor in the switch board whi...(EN_A_VS_AN)
[uncategorized] ~22-~22: The preposition “to” seems more likely in this position.
Context: ...y asked for) We added a infrared sensor in the switch board which senses the objec...(AI_EN_LECTOR_REPLACEMENT_PREPOSITION)
[uncategorized] ~22-~22: This noun is normally spelled as one word.
Context: ... for) We added a infrared sensor in the switch board which senses the objects infront of it ...(BOARD_COMPOUNDS)
28-35
: Improve component list formatting.Consider using a bullet point list for better readability:
-List main components - -Infrared sensor, -5V relay, -bc547 Transistor, -220 ohm Resistor, -1N4007 Diode, -Ac to Dc Convertor. +Components used: + +* Infrared sensor +* 5V relay +* BC547 transistor +* 220Ω resistor +* 1N4007 diode +* AC to DC converter
47-51
: Fix formatting and grammar in demo section.Please address the following:
- Convert the bare URL to a proper markdown link
- Use "3D" instead of "3d"
- Add proper punctuation and improve the description clarity
-https://drive.google.com/file/d/1bIsUJJLIHY2uLyRAomXbm1wbS3l1Of65/view?usp=sharing +[Watch Demo Video](https://drive.google.com/file/d/1bIsUJJLIHY2uLyRAomXbm1wbS3l1Of65/view?usp=sharing) -this is the 3d model for normal chargers for extending the length for getting the sensor work properly +This is the 3D model for extending standard chargers to ensure proper sensor detection.🧰 Tools
🪛 LanguageTool
[grammar] ~51-~51: Did you mean “3D”(= three-dimensional) or “3rd” (= third)?
Context: ...03f-4f72-a681-228cc4ff6089) this is the 3d model for normal chargers for extending...(THREE_D)
[uncategorized] ~51-~51: A period might be missing here.
Context: ... the length for getting the sensor work properly Made with ❤️ at TinkerHub Useless Pro...(AI_EN_LECTOR_MISSING_PUNCTUATION_PERIOD)
🪛 Markdownlint
47-47: null
Bare URL used(MD034, no-bare-urls)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
📒 Files selected for processing (1)
README.md
(1 hunks)
🧰 Additional context used
🪛 LanguageTool
README.md
[grammar] ~19-~19: Before the countable noun ‘on’ an article or a possessive pronoun is necessary.
Context: ...doesn't exist) Always forgot to turn on switch while charging mobile phone. ### The S...
(IN_NN_CC_VBG)
[misspelling] ~22-~22: Use “an” instead of ‘a’ if the following word starts with a vowel sound, e.g. ‘an article’, ‘an hour’.
Context: ...lution (that nobody asked for) We added a infrared sensor in the switch board whi...
(EN_A_VS_AN)
[uncategorized] ~22-~22: The preposition “to” seems more likely in this position.
Context: ...y asked for) We added a infrared sensor in the switch board which senses the objec...
(AI_EN_LECTOR_REPLACEMENT_PREPOSITION)
[uncategorized] ~22-~22: This noun is normally spelled as one word.
Context: ... for) We added a infrared sensor in the switch board which senses the objects infront of it ...
(BOARD_COMPOUNDS)
[grammar] ~51-~51: Did you mean “3D”(= three-dimensional) or “3rd” (= third)?
Context: ...03f-4f72-a681-228cc4ff6089) this is the 3d model for normal chargers for extending...
(THREE_D)
[uncategorized] ~51-~51: A period might be missing here.
Context: ... the length for getting the sensor work properly Made with ❤️ at TinkerHub Useless Pro...
(AI_EN_LECTOR_MISSING_PUNCTUATION_PERIOD)
🪛 Markdownlint
README.md
45-45: Expected: h2; Actual: h3
Heading levels should only increment by one level at a time
(MD001, heading-increment)
47-47: null
Bare URL used
(MD034, no-bare-urls)
🔇 Additional comments (1)
README.md (1)
Line range hint 1-57
: Overall, good documentation update with minor improvements needed.
The README updates effectively communicate the project's purpose, components, and implementation. The changes provide clear information about the team, technical details, and include helpful visual documentation. After addressing the suggested formatting and grammar improvements, this will be a solid documentation update.
🧰 Tools
🪛 LanguageTool
[grammar] ~19-~19: Before the countable noun ‘on’ an article or a possessive pronoun is necessary.
Context: ...doesn't exist) Always forgot to turn on switch while charging mobile phone. ### The S...
(IN_NN_CC_VBG)
[misspelling] ~22-~22: Use “an” instead of ‘a’ if the following word starts with a vowel sound, e.g. ‘an article’, ‘an hour’.
Context: ...lution (that nobody asked for) We added a infrared sensor in the switch board whi...
(EN_A_VS_AN)
[uncategorized] ~22-~22: The preposition “to” seems more likely in this position.
Context: ...y asked for) We added a infrared sensor in the switch board which senses the objec...
(AI_EN_LECTOR_REPLACEMENT_PREPOSITION)
[uncategorized] ~22-~22: This noun is normally spelled as one word.
Context: ... for) We added a infrared sensor in the switch board which senses the objects infront of it ...
(BOARD_COMPOUNDS)
[grammar] ~51-~51: Did you mean “3D”(= three-dimensional) or “3rd” (= third)?
Context: ...03f-4f72-a681-228cc4ff6089) this is the 3d model for normal chargers for extending...
(THREE_D)
[uncategorized] ~51-~51: A period might be missing here.
Context: ... the length for getting the sensor work properly Made with ❤️ at TinkerHub Useless Pro...
(AI_EN_LECTOR_MISSING_PUNCTUATION_PERIOD)
🪛 Markdownlint
45-45: Expected: h2; Actual: h3
Heading levels should only increment by one level at a time
(MD001, heading-increment)
47-47: null
Bare URL used
(MD034, no-bare-urls)
Summary by CodeRabbit