File tree 6 files changed +7
-7
lines changed
ep10-injection-fundamentals-2/src
ep11-injection-fundamentals-3/src/1
ep9-injection-fundamentals-part-1/src
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 52
52
3. ~cd tutorials~
53
53
4. ~cd~ into a tutorial's directory
54
54
- Each coding example should contain the directory within the comments
55
- - Ex: ~// File: injection-fundamentals-1/src/1/app.js~
56
- - So we would ~cd injection-fundamentals-1~
55
+ - Ex: ~// File: ep9- injection-fundamentals-part -1/src/1/app.js~
56
+ - So we would ~cd ep9- injection-fundamentals-part -1~
57
57
5. Bootstrap the example
58
58
- Run the shell command that you see in the slides
59
59
- Ex: ~EX_NUM=1 docker-compose up~
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ curl.stdout.on('data', function(data) {
12
12
console . log ( data ) ;
13
13
} ) ;
14
14
// Run: "EX_NUM=1 docker-compose up"
15
- // File: "injection-fundamentals-2/src/1/app.js"
15
+ // File: "ep10- injection-fundamentals-part -2/src/1/app.js"
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ curl.stdout.on('data', function(data) {
10
10
console . log ( data ) ;
11
11
} ) ;
12
12
// Run: "EX_NUM=2 docker-compose up"
13
- // File: "injection-fundamentals-2/src/2/app.js"
13
+ // File: "ep10- injection-fundamentals-part -2/src/2/app.js"
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ console.timeEnd('Email Regex Took');
15
15
// If isValid is false, halt execution of input
16
16
17
17
// Run: "EX_NUM=1 docker-compose up"
18
- // File: "injection-fundamentals-3/src/1/app.js"
18
+ // File: "ep11- injection-fundamentals-3/src/1/app.js"
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ curl.stdout.on('data', function(data) {
9
9
console . log ( data ) ;
10
10
} ) ;
11
11
// Run: "EX_NUM=1 docker-compose up"
12
- // File: "injection-fundamentals-1/src/1/app.js"
12
+ // File: "ep9- injection-fundamentals-part -1/src/1/app.js"
13
13
// Env Setup/Error Reporting: https://sts.tools/readme
14
14
// Questions: https://sts.tools/injection-question
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ curl.stdout.on('data', function(data) {
10
10
console . log ( data ) ;
11
11
} ) ;
12
12
// Run: "EX_NUM=2 docker-compose up"
13
- // File: "injection-fundamentals-1/src/2/app.js"
13
+ // File: "ep9- injection-fundamentals-part -1/src/2/app.js"
14
14
// Env Setup/Error Reporting: https://sts.tools/readme
15
15
// Questions: https://sts.tools/injection-question
You can’t perform that action at this time.
0 commit comments