-
Notifications
You must be signed in to change notification settings - Fork 4
Update README.md #40
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
base: main
Are you sure you want to change the base?
Update README.md #40
Conversation
WalkthroughThe README file in the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. ✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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
🧹 Nitpick comments (2)
examples/all-erc20/README.md (2)
5-5: Fix typo “recieves” → “receives”
Minor spelling nitpick that makes the README look more polished.-The example uses the 'Transfer' event and counts all the amounts in the first batch of events that it recieves. +The example uses the 'Transfer' event and counts all the amounts in the first batch of events that it receives.
28-28: Correct typo “block rage” → “block range”-Scan the full chain by repeating queries from the end block rage all the way until the head. +Scan the full chain by repeating queries from the end block range all the way until the head.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
examples/all-erc20/README.md(1 hunks)
🔇 Additional comments (2)
examples/all-erc20/README.md (2)
15-15: Correct repository URL – looks good
The.gitsuffix is now correct, so thegit clonecommand will work as expected.
17-19: Verifynpm buildvsnpm run build
npm buildis rarely used and runsnpm help build. Most projects expose abuildscript and should be invoked vianpm run build. Please confirm thatnpm buildactually works in this repo, otherwise update the line:-npm build +npm run build
Summary by CodeRabbit