fix markdown typo

This commit is contained in:
go-bears 2016-09-12 18:10:55 -07:00
parent 596c486e78
commit 1386b85381
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ The branch does not matter. GitLab scans all branches for a file named
## Configuration
To enable support for Lektor you need to create a `.gitlab-ci.yml` config
next to your `.lektorproject` file with the following contents:
next to your `your-project.lektorproject` file with the following contents:
```yaml
image: python:2.7

View File

@ -13,7 +13,7 @@ SSH as you would normally do. The `username` part is optional and defaults
to the current user that is signed into the machine or whatever is picked up
as default from the `.ssh/config`.
You will need to change your '<your-project-name>.lektorproject`
You will need to change your `your-project-name.lektorproject`
file to specify the server target.
## Example