Skip to content

Commit 67dc158

Browse files
authored
Update README.md
Change the syntax used for the code block for the script to create new language directories.
1 parent 95c3a69 commit 67dc158

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ Feel free to add your solutions in your programming language of your choice 😃
1010
Run the following script to create the directory structure for your programming language
1111
if one is not already created
1212

13-
`bash createDirectories.sh <Programming Language>`
13+
```shell
14+
bash createDirectories.sh <Programming Language>
15+
```
1416

1517
## Contributing
1618
---

0 commit comments

Comments
 (0)