Skip to content

Commit f7f6a7a

Browse files
authored
Captains Log: reduce the heading level for the instructions (#2731)
1 parent a0efb2c commit f7f6a7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

exercises/concept/captains-log/.docs/instructions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Instructions
1+
# Instructions
22

33
Mary is a big fan of the TV series Star Trek: The Next Generation.
44
She often plays pen-and-paper role playing games, where she and her friends pretend to be the crew of the Starship Enterprise.
@@ -7,7 +7,7 @@ She loves the creative part of the game, but doesn't like to generate random dat
77

88
Help Mary by creating random generators for data commonly appearing in the captain's log.
99

10-
### 1. Generate a random starship registry number
10+
## 1. Generate a random starship registry number
1111

1212
Enterprise (registry number NCC-1701) is not the only starship flying around!
1313
When it rendezvous with another starship, Mary needs to log the registry number of that starship.
@@ -21,7 +21,7 @@ randomShipRegistryNumber();
2121
// => "NCC-1947"
2222
```
2323

24-
### 2. Generate a random stardate
24+
## 2. Generate a random stardate
2525

2626
What's the use of a log if it doesn't include dates?
2727

@@ -36,7 +36,7 @@ randomStardate();
3636
// => 41458.15721310934
3737
```
3838

39-
### 3. Generate a random planet
39+
## 3. Generate a random planet
4040

4141
The Starship Enterprise encounters many planets in its travels.
4242
Planets in the Star Trek universe are split into categories based on their properties.

0 commit comments

Comments
 (0)