Skip to content

Commit 829e1b0

Browse files
authored
Merge pull request #1 from learn-co-curriculum/minor-edits
Minor edits
2 parents b9ac324 + 0b92664 commit 829e1b0

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,9 @@ Canvas in order to submit your assignment.
210210
When all tests are passing, the next step is to upload your work. To do this, we
211211
need to complete three steps:
212212

213-
1. _staging_ the work so it's ready to save
214-
2. _committing_ the work to actually save it
215-
3. _pushing_ the work up to GitHub
213+
1. _Stage_ the work so it's ready to save
214+
2. _Commit_ the work to actually save it
215+
3. _Push_ the work up to GitHub
216216

217217
**Step 1** To stage the work, type the following, then press `<Enter>`:
218218

@@ -276,13 +276,14 @@ you get all the tests passing. Let's do that now:
276276
3. Paste in your repository's GitHub URL in the box labeled "Website URL".
277277

278278
4. Go back to your terminal, select the entire token and copy it (using ctrl-C
279-
or cmd-C), then paste it in the "Comments" box in Canvas. It should look
280-
something like this:
281-
282-
![submit repo url and token](https://curriculum-content.s3.amazonaws.com/phase-0/enterprise/configuring-the-learn-lab-gem/submit-assignment.png)
279+
or cmd-C), then paste it in the "Comments" box in Canvas.
283280

284281
5. Click **Submit Assignment**.
285282

283+
The form you're submiting should look something like this:
284+
285+
![submit repo url and token](https://curriculum-content.s3.amazonaws.com/phase-0/enterprise/configuring-the-learn-lab-gem/submit-assignment.png)
286+
286287
Canvas will indicate a successful submission and refresh the page. In the
287288
Modules view of your course, you should now see a checkmark next to the
288289
assignment, indicating a successful submission.

0 commit comments

Comments
 (0)