diff --git a/README.md b/README.md index a426d1d..a86eacf 100644 --- a/README.md +++ b/README.md @@ -11,15 +11,15 @@ with a patch by following these instructions: 2. Then, make your changes to the code. -Now it's time to prepare the patch. Run the following commands: +3. Now it's time to prepare the patch. Run the following commands: -```bash -git add -git commit -m "Write a good commit message here" -git format-patch -1 -``` + ```bash + git add + git commit -m "Write a good commit message here" + git format-patch -1 + ``` -Git will now create a `.patch` file in the current directory. + Git will now create a `.patch` file in the current directory. 3. Attach this `.patch` file in an email to me at [jack-benny@cyberinfo.se](mailto:jack-benny@cyberinfo.se).