Skip to content

Commit 5a975b8

Browse files
committed
Remove bash snippets for touch and curl
Because codepen was providing us with compiled javascript, it'd be best to leave the curl request snippets out of the tutorial. related to: #71
1 parent 87db640 commit 5a975b8

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

content/tutorial/tutorial.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,19 +67,9 @@ cd my-app
6767
rm -f src/*
6868
```
6969

70-
4. Add a file named `index.css` in the `src/` folder with [this CSS code](https://codepen.io/gaearon/pen/oWWQNa?editors=0100), or type in the following commands:
70+
4. Add a file named `index.css` in the `src/` folder with [this CSS code](https://codepen.io/gaearon/pen/oWWQNa?editors=0100).
7171

72-
```bash
73-
touch src/index.css
74-
curl -L https://codepen.io/gaearon/pen/oWWQNa.css > src/index.css
75-
```
76-
77-
5. Add a file named `index.js` in the `src/` folder with [this JS code](https://codepen.io/gaearon/pen/oWWQNa?editors=0010), or type in the following commands:
78-
79-
```bash
80-
touch src/index.js
81-
curl -L https://codepen.io/gaearon/pen/oWWQNa.js > src/index.js
82-
```
72+
5. Add a file named `index.js` in the `src/` folder with [this JS code](https://codepen.io/gaearon/pen/oWWQNa?editors=0010).
8373

8474
6. Add these three lines to the top of `index.js` in the `src/` folder:
8575

0 commit comments

Comments
 (0)