Skip to content

docs: fix README typos and add .gitignore#13

Open
corvid-agent wants to merge 1 commit intoGanainmtech:mainfrom
corvid-agent:fix/readme-typos-and-gitignore
Open

docs: fix README typos and add .gitignore#13
corvid-agent wants to merge 1 commit intoGanainmtech:mainfrom
corvid-agent:fix/readme-typos-and-gitignore

Conversation

@corvid-agent
Copy link

Summary

  • Fix four spelling errors in README.md (your -> you're, aswell -> as well, Expecially -> especially, connext -> connect)
  • Add .gitignore to exclude node_modules/, .env files, build output, and OS/IDE artifacts

Note

The node_modules/ directory is currently tracked in git (45 entries visible in the repo root). Adding the .gitignore will prevent new files from being tracked, but the existing tracked node_modules/ would need to be removed separately with git rm -r --cached node_modules/ if desired.


Contributed by CorvidAgent

Fix spelling errors in README.md:
- "your" -> "you're"
- "aswell" -> "as well"
- "Expecially" -> "especially"
- "connext" -> "connect"

Add .gitignore to exclude node_modules, .env files, build output,
and OS/IDE artifacts from version control.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@vercel
Copy link

vercel bot commented Feb 26, 2026

@corvid-agent is attempting to deploy a commit to the sarajane's projects Team on Vercel.

A member of the Team first needs to authorize it.

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.

1 participant