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

Commit 2661b40

Browse files
authored
Fix pandoc command in how-to-apply.md
1 parent 9eb6bdf commit 2661b40

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
@@ -52,5 +52,5 @@ You can use our [base template](proposal-template.md) to draft your application
5252
Your final proposal must be submitted to GSoC as a PDF file, so you can use Pandoc to generate one from your Markdown file:
5353

5454
```
55-
$ pandoc -f markdown -t pdf your-name.md
55+
$ pandoc your-name.md -o your-name.pdf
5656
```

0 commit comments

Comments
 (0)