diff --git a/README.md b/README.md index 1a44ef0..a9db952 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ See it live [CFP List](https://cfplist.herokuapp.com/) This project loves contributions, and we've made it as easy to contribute as possible. 1. Fork the project -2. Clone the fork to your computer: `git clone https://github.com/{yourGithubName}/cfp-list` (don't forget to replace {yourGithubName} with your username). +2. Clone the fork to your computer: `git clone https://github.com/{yourGitHubName}/cfp-list` (don't forget to replace {yourGitHubName} with your username). 3. Run: ```sh cd cfp-list diff --git a/src/App.tsx b/src/App.tsx index 5776648..1bcf2c4 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -162,7 +162,7 @@ function App() { > link('https://github.com/noam-honig/cfp-list')} > diff --git a/src/components/github-signin.tsx b/src/components/github-signin.tsx index 772512c..918a422 100644 --- a/src/components/github-signin.tsx +++ b/src/components/github-signin.tsx @@ -14,7 +14,7 @@ export default function GithubSignIn({ signedIn }: { signedIn: VoidFunction }) { }) .catch((err: any) => alert(err.message)) }, []) - return waiting for github sign in.... + return waiting for GitHub sign in.... } let staticGithubSignInUrl = '' @@ -28,7 +28,7 @@ export function GithubSignInButton({ signedIn }: { signedIn: VoidFunction }) { return ( signInWithGithub(signedIn)} >