Skip to content

Commit 9293941

Browse files
committed
added 'requests' to notes, and planets lab to scripts
1 parent 219fa63 commit 9293941

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

super_scripts.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3176,7 +3176,7 @@ Draw a diagram of your files, detailing the publishing of and subscribing to eve
31763176

31773177
<details>
31783178
<summary>
3179-
public/**index.html**
3179+
public/ **index.html**
31803180
</summary>
31813181

31823182
```html
@@ -3228,7 +3228,7 @@ public/**index.html**
32283228

32293229
<details>
32303230
<summary>
3231-
src/data/**planets.js**
3231+
src/data/ **planets.js**
32323232
</summary>
32333233

32343234
```js
@@ -3323,7 +3323,7 @@ module.exports = planets;
33233323

33243324
<details>
33253325
<summary>
3326-
src/helpers/**pub_sub.js**
3326+
src/helpers/ **pub_sub.js**
33273327
</summary>
33283328

33293329
```js
@@ -3349,7 +3349,7 @@ module.exports = PubSub;
33493349

33503350
<details>
33513351
<summary>
3352-
src/models/**solar_system.js**
3352+
src/models/ **solar_system.js**
33533353
</summary>
33543354

33553355
```js

0 commit comments

Comments
 (0)