Merge pull request #685 from cdrage/update-headers

Setup -> Installation + title updates
This commit is contained in:
Charlie Drage
2017-07-10 09:54:57 -04:00
committed by GitHub
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# Internal Design
# Architecture and Internal Design
`kompose` has 3 stages: Loader, Transformer and Outputter. Each Stage should have well defined interface so it is easy to write new Loader, Transformer or Outputters and plug it in. Currently only Loader and Transformer interfaces are defined.