diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-10-26 09:16:49 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-26 09:16:49 -0400 |
| commit | c9d7ae741452b22570a2a4588f07b6a593169c54 (patch) | |
| tree | 76202d6c902fb72a1c615ba871eae64131be59e3 | |
| parent | a3314c90d72c6ed5589d6b8743aba3dd6ca70faf (diff) | |
| parent | 93664730fa820485684ec8c74f63416c95a0a7cd (diff) | |
Merge pull request #112 from tfrommen/patch-1
Improve readme.
| -rw-r--r-- | readme.md | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -1,15 +1,14 @@ - + -# Advanced React + GraphQL +# Advanced React & GraphQL -These are the starter files and stepped solutions for the [Advanced React and GraphQL](https://AdvancedReact.com) course by Wes Bos. +These are the starter files and stepped solutions for the [Advanced React & GraphQL](https://AdvancedReact.com) course by [Wes Bos](https://WesBos.com/). ## Getting Help -The best place to get help is in the #advanced-react slack room - there is a link in your course dashboard. - +The best place to get help is in the #advanced-react slack room - there is a link in your course dashboard. ## FAQ -**Q:** Which Extensions for VS Code is Wes using? -**A:** All my extensions are listed on my dotfiles repo → https://github.com/wesbos/dotfiles but specifically this course uses [ESLint](https://github.com/Microsoft/vscode-eslint), [Prettier](https://github.com/prettier/prettier-vscode) +**Q:** Which Extensions for VS Code is Wes using? +**A:** All my extensions are listed on [my dotfiles repo](https://github.com/wesbos/dotfiles), but specifically this course uses [ESLint](https://github.com/Microsoft/vscode-eslint) and [Prettier](https://github.com/prettier/prettier-vscode). |
