From d8c2516e60c85ef1c85c72db519cb4a9ab508dac Mon Sep 17 00:00:00 2001 From: Tanner Nelson Date: Sat, 30 Jul 2016 17:45:31 -0400 Subject: [PATCH] update --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c7f549a6..23b05cfb 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@ # Vapor Documentation -This is the documentation for Vapor, a Web Framework for Swift that works on iOS, macOS, and Ubuntu. +This is the documentation for Vapor, a Web Framework for Swift that works on iOS, macOS, and Ubuntu; and all of the packages that Qutheory offers. Vapor is the most used web framework for Swift. It provides a beautifully expressive and easy to use foundation for your next website or API. To view the framework's source code and code documentation, visit [Vapor's GitHub](https://github.com/qutheory/vapor). +## â„šī¸ Meta Information + +You can read this guide by clicking through the folders and markdown files on [GitHub](https://github.com/qutheory/documentation) or through the rendered [GitHub Pages](https://qutheory.github.io/documentation/). + ## 🚀 Getting Started Learn how to install Swift 3 and the Vapor Toolbox. Get a high level overview of Vapor and development with Xcode in a brief tutorial.