Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Mar 16, 2020
1 parent 55b700c commit b2666fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ workshop repo to teach you the fundamentals of ReactJS!
In order for us to maximize our efforts during the workshop, please complete the
following things to prepare.

- ๐Ÿ“บ indicates steps that are only necessary if the workshop is remote via Zoom
- ๐Ÿ‘‹ indicates steps that are specific to the material for this workshop
- ๐Ÿ“บ only necessary if the workshop is remote via Zoom
- ๐Ÿ‘‹ specific to the material for this workshop

- [ ] ๐Ÿ‘‹ Setup the project (follow the setup instructions below) (~5 minutes)
- [ ] ๐Ÿ“บ Install and setup [Zoom](https://zoom.us) on the computer you will be
Expand Down
5 changes: 0 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
environment:
matrix:
- node_version: 'stable'

branches:
only:
- master

install:
- ps: Install-Product node $env:node_version

test_script:
- npm run setup

cache:
- ./node_modules -> package-lock.json

build: off

0 comments on commit b2666fc

Please sign in to comment.