Setup -> Installation + title updates

Updates the docs to reflect that it's not a "setup" documention but
rather an installation document.

I've also updated the header of architecture.md to reflect the filename.
This commit is contained in:
Charlie Drage
2017-07-07 10:16:03 -04:00
parent 14dbb30735
commit 4fb3d363c7
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.