Skip to content
This repository has been archived by the owner on Jan 19, 2018. It is now read-only.

Fix a missing colon #111

Merged
merged 1 commit into from
Jul 8, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Only when everything is working are you ready to package the application. In thi
source: "docker://registry.example.com/some/database"
1. If they are local sources then provide a name and an artifacts key that will reference the source file(s). Each provider will have a key specifying the provider. For example, "docker" or "kubernetes".

graph
graph:
- name: myapp
artifacts:
kubernetes:
Expand Down