Skip to content

Commit 1b7e18c

Browse files
Update README.md (madlabsinc#21)
* Update README.md * Update docs/guide/README.md Co-Authored-By: James George <[email protected]>
1 parent bf4e44a commit 1b7e18c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525

2626
## How to use
2727

28-
The user is required to solve 30 tasks which takes him/her through the basic constructs of a programming language of choice. The tasks are such that the complexity goes on increasing based on the user progress. Also, he/she can't move forward unless the current task is completed since the progress is governed by a unique key that gets generated on successful completion. Previously submitted tasks can be viewed as required by the user but can't be worked on again.
28+
Users are required to solve 30 tasks that take them through the basic constructs of the programming language of their choice. The tasks are designed in such a way that the complexity increases as users progress through the tasks. Users can't move forward until the current task is completed (since the progress is determined by a unique key that is generated upon successful completion). Previously submitted tasks can be viewed as desired by the user but can't be worked on again.
2929

30-
- It expects you to have a GitHub account. Make sure that you create one if that's not the case.
31-
- Navigate to a directory of your choice and type in `teachcode init`.
32-
- Follow the instructions as being prompted.
30+
- `teachcode` expects you to have a GitHub account. Make sure that you create one if that's not the case.
31+
- Navigate to the directory of your choice and type in `teachcode init`.
32+
- Follow the instructions as prompted.
3333
- Now type in `cd teachcode-solutions`.
3434
- Grab the initial key and type in `teachcode fetchtask <key>`.
3535
- Hurray :tada: you've got your first task.

docs/guide/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
55
## How it works
66

7-
The user is required to solve 30 tasks which takes him/her through the basic constructs of a programming language of choice. The tasks are such that the complexity goes on increasing based on the user progress. Also, he/she can't move forward unless the current task is completed since the progress is governed by a unique key that gets generated on successful completion. Previously submitted tasks can be viewed as required by the user but can't be worked on again.
7+
Users are required to solve 30 tasks that take them through the basic constructs of the programming language of their choice. The tasks are designed in such a way that the complexity increases as users progress through the tasks. Users can't move forward until the current task is completed (since the progress is determined by a unique key that is generated upon successful completion). Previously submitted tasks can be viewed as desired by the user but can't be worked on again.
88

9-
- It expects you to have a GitHub account. Make sure that you create one if that's not the case.
10-
- Navigate to a directory of your choice and type in `teachcode init`.
11-
- Follow the instructions as being prompted.
9+
- `teachcode` expects you to have a GitHub account. Make sure that you create one if that's not the case.
10+
- Navigate to the directory of your choice and type in `teachcode init`.
11+
- Follow the instructions as prompted.
1212
- Now type in `cd teachcode-solutions`.
13-
- Grab the initial key and type in `teachcode fetchtask {key}`.
13+
- Grab the initial key and type in `teachcode fetchtask <key>`.
1414
- Hurray :tada: you've got your first task.
1515
- Now you can find a `config.json` and `task1.py` (language of choice) file within the `teachcode-solutions` directory.
1616
- Open up your favourite editor and code up the solution.
1717
- Now type in `teachcode submit`.
1818
- Enter your Git credentials when prompted.
1919
- If the current solution satisfies all test cases, you'll get the key to proceed with.
20-
- Grab the key and type in `teachcode fetchtask {key}`.
20+
- Grab the key and type in `teachcode fetchtask <key>`.

0 commit comments

Comments
 (0)