diff --git a/README.md b/README.md index 8fef66569..ae4ad2169 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ npm start 4. To reformat: ```sh -npm prettier --write '**/*.{js,md}' +npx prettier --write '**/*.{js,md}' ``` 5. Check the build status: diff --git a/src/components/Community.js b/src/components/Community.js index 0a73b92d6..07d719e20 100644 --- a/src/components/Community.js +++ b/src/components/Community.js @@ -10,7 +10,7 @@ export const Community = () => { Are you curious, πŸ€” or do you have questions burning in your mind? πŸ”₯ Look no further! Join our lively Community Forum where you can:

-