Skip to content

Commit b8d51a3

Browse files
committed
chore: improve formatting in README files for better readability
1 parent c7f54a8 commit b8d51a3

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ Content for the "Shell" challenge
44

55
## Setup
66

7-
This challenge is developed using https://github.com/codecrafters-io/course-sdk. Read the README there for information
8-
on how to contribute language support & submit solutions.
7+
This challenge is developed using https://github.com/codecrafters-io/course-sdk.
8+
Read the README there for information on how to contribute language support &
9+
submit solutions.

starter_templates/all/code/README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,19 @@
33
This is a starting point for {{language_name}} solutions to the
44
["Build Your Own Shell" Challenge](https://app.codecrafters.io/courses/shell/overview).
55

6-
In this challenge, you'll build your own POSIX compliant shell that's capable of interpreting shell commands, running external programs and builtin commands like cd, pwd, echo and more. Along the way, you'll learn about shell command parsing, REPLs, builtin commands, and more.
6+
In this challenge, you'll build your own POSIX compliant shell that's capable of
7+
interpreting shell commands, running external programs and builtin commands like
8+
cd, pwd, echo and more. Along the way, you'll learn about shell command parsing,
9+
REPLs, builtin commands, and more.
710

8-
**Note**: If you're viewing this repo on GitHub, head over to [codecrafters.io](https://codecrafters.io) to try the challenge.
11+
**Note**: If you're viewing this repo on GitHub, head over to
12+
[codecrafters.io](https://codecrafters.io) to try the challenge.
913

1014
# Passing the first stage
1115

12-
The entry point for your `shell` implementation is in `{{ user_editable_file }}`. Study and uncomment the relevant code, and
13-
push your changes to pass the first stage:
16+
The entry point for your `shell` implementation is in
17+
`{{ user_editable_file }}`. Study and uncomment the relevant code, and push your
18+
changes to pass the first stage:
1419

1520
```sh
1621
git commit -am "pass 1st stage" # any msg

0 commit comments

Comments
 (0)