Skip to content

Commit 155ac7b

Browse files
committed
docs(README): Better formatting in right place
1 parent df3f34c commit 155ac7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ Submissions will be via a `PR`( Pull Request ) to this repository. \
4040
The challenge will run from the 10th of March until the 10th of May, 2024.
4141

4242
When creating your entry, please do as follows:
43-
1. Create a folder under `entries` with your first initial and last name, e.g., for Gustavo Carreno: `entries/gcarreno`. \
43+
1. Create a folder under `entries` with your first initial and last name, e.g., for Gustavo Carreno: `entries/gcarreno`.
4444
2. If you're worried about anonymity, because the Internet stinks, feel free to use a fictional one: Bruce Wayne, Clark Kent, James Logan, Peter Parker, Diana of Themyscira. Your pick!
4545
3. Create a `README.md` with some content about your approach, e.g., `entries/gcarreno/README.md`.
4646
4. Put all your code under `entries/<your name>/src`, e.g., `entries/gcarreno/src`.
4747
5. If you need to provide a custom `.gitignore` for something not present in the main one, please do.
4848

4949
This challenge is mainly to allow us to learn something new. This means that copying code from others will be allowed, under these conditions:
50-
1. You can only use pure Object Pascal with no calls to any operating system's `API` or external `C/C++` libraries.
50+
1. You can only use pure Object Pascal with no calls to any operating system's `API` or external `C/C++` libraries. \
5151
There's been a bit of confusion about this restriction. \
5252
To clear that out: You can use any package/custom code you want. \
5353
As long as it compiles cross-platform and itself is only pure Object Pascal. \

0 commit comments

Comments
 (0)