Skip to content

Commit b14b92f

Browse files
authored
Fix heading
1 parent 5085b21 commit b14b92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pont init # to use the current directory
3232
pont build --name <template-name> --from <source>
3333
```
3434

35-
### How does it work?
35+
## How does it work?
3636

3737
Pont creates a `pont.yaml` file when you initialize a new project, which it then consumes during the build process.
3838
A `pont.yaml` file contains 3 fields: the template's name (which will be replaced by your project name), a list of commands that will be run when the project is built, and a list of ignored files (which will not get their name or content replaced).

0 commit comments

Comments
 (0)