Skip to content
This repository was archived by the owner on Feb 20, 2021. It is now read-only.

Commit c9c7bd5

Browse files
authored
Merge pull request #20 from BigHeadGeorge/patch-1
Fix pandoc command in how-to-apply.md
2 parents 3ce9d17 + 2661b40 commit c9c7bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

how-to-apply.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ You can use our [base template](proposal-template.md) to draft your application
5656
Your final proposal must be submitted to GSoC as a PDF file, so you can use Pandoc to generate one from your Markdown file:
5757

5858
```
59-
$ pandoc -f markdown -t pdf your-name.md
59+
$ pandoc your-name.md -o your-name.pdf
6060
```

0 commit comments

Comments
 (0)