Skip to content

Commit dee7bd7

Browse files
committed
Fix up generated markdown
- convert title to #, subheadings to ## - fix a small typo
1 parent 2dc6cd6 commit dee7bd7

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
1-
---
2-
title: Briefcase iOS Xcode Template
3-
---
1+
# Briefcase iOS Xcode Template
42

53
A [Cookiecutter](https://github.com/cookiecutter/cookiecutter/) template
64
for building Python apps that will run under iOS.
75

8-
# Using this template
6+
## Using this template
97

108
The easiest way to use this project is to not use it at all - at least,
119
not directly. [Briefcase](https://github.com/beeware/briefcase/) is a
1210
tool that uses this template, rolling it out using data extracted from a
1311
`pyproject.toml` configuration file.
1412

15-
However, if you *do* want use this template directly...
13+
However, if you *do* want to use this template directly...
1614

1715
1. Install
1816
[cookiecutter](https://github.com/cookiecutter/cookiecutter). This
@@ -68,7 +66,7 @@ structure that looks something like:
6866
You're now ready to open the XCode project file, build and run your
6967
project!
7068

71-
# Next steps
69+
## Next steps
7270

7371
Of course, running Python code isn't very interesting by itself - you'll
7472
be able to output to the console, and see that output in XCode, but if

0 commit comments

Comments
 (0)