From fa5b529634b72c16a298cda9cd1fff8076468901 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Fri, 17 Feb 2017 00:09:04 +0200 Subject: [PATCH] Update readme Former-commit-id: 825f79a9cc8eedb2026906ce28ebf795c7c0b158 --- README.md | 21 ++++++++++----------- doc.go | 4 ++-- iris.go | 4 ++-- 3 files changed, 14 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index dbd83d20..e190aaab 100644 --- a/README.md +++ b/README.md @@ -20,24 +20,23 @@
-Iris√ is an efficient and well-designed toolbox with robust set of features to
create your own -perfect high-performance web applications
with unlimited potentials and portability. - - +Iris is an efficient and well-designed toolbox with robust set of features.
Write your own +perfect high-performance web applications
with unlimited potentials and portability. +
+Powered by Google's Go.

-#Not Yet Another Go Web Framework ----------- -

-CHANGELOG/HISTORY +

# Not YAWF

-Examples +CHANGELOG/HISTORY -Docs +Examples -Chat +Docs + +Chat

diff --git a/doc.go b/doc.go index 34151c13..f7c991db 100644 --- a/doc.go +++ b/doc.go @@ -19,9 +19,9 @@ // SOFTWARE. /* -Package iris is an efficient and well-designed toolbox with robust set of features to +Package iris provides efficient and well-designed tools with robust set of features to create your own perfect high performance web application -with unlimited portability using the Go Programming Language. +with unlimited potentials and portability. Note: This package is under active development status. Each month a new version is releasing diff --git a/iris.go b/iris.go index 93b21ffb..bd77347c 100644 --- a/iris.go +++ b/iris.go @@ -1,6 +1,6 @@ -// Package iris is an efficient and well-designed toolbox with robust set of features to +// Package iris provides efficient and well-designed tools with robust set of features to // create your own perfect high performance web application -// with unlimited portability using the Go Programming Language. +// with unlimited potentials and portability. // // For middleware, template engines, response engines, sessions, websockets, mails, subdomains, // dynamic subdomains, routes, party of subdomains & routes and more