Skip to content

Commit

Permalink
tuning the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thingsplode committed Sep 15, 2018
1 parent f0518ea commit c8b1726
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# appkernel - microservice APIs made easy
# appkernel - API development made easy


![alt build_status](https://travis-ci.org/accelero-cloud/appkernel.svg?branch=master "build status")
Expand All @@ -7,7 +7,7 @@
![GitHub license](https://img.shields.io/github/license/accelero-cloud/appkernel.svg "license")

## What is Appkernel?
A super-easy microservice and API framework, which enables API development from zero to production within minutes (no kidding: literally within minutes).
A super-easy to use API framework, enabling API creation from zero to production within minutes (no kidding: literally within minutes).

**It provides data serialisation, transformation, validation, security, ORM, RPC and service mash functions out of the box** ([check out the roadmap for more details](https://github.com/accelero-cloud/appkernel/blob/master/docs/roadmap.md)).
- [Check out the tutorial :)](https://github.com/accelero-cloud/tutorials)
Expand Down Expand Up @@ -219,7 +219,7 @@ user_service.deny_all().require(Role('user'), methods='GET').require(Role('admin

## What are we building here?
The vision of the project is to provide you with a full-fledged [microservice chassis](http://microservices.io/microservices/news/2016/02/21/microservice-chassis.html),
as defined by Chris Richardson.
as defined by Chris Richardson to help creating beautiful APIs quikly and efficiently.

## How does it helps you?
We've spent the time on analysing the stack, made the hard choices for you in terms of Database/ORM/Security/Rate Limiting and so on, so
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Welcome to Appkernel- microservices made easy!
Welcome to Appkernel- API development made easy!
==============================================

What is Appkernel?
------------------
A super-easy microservice and API framework, which enables API development from zero to production within minutes (no kidding: literally within minutes).
A super-easy to use API framework, enabling API creation from zero to production within minutes (no kidding: literally within minutes).

**It provides data serialisation, transformation, validation, security, ORM, RPC and service mash functions out of the box** ([check out the roadmap for more details](docs/roadmap.md)).

Expand Down
2 changes: 1 addition & 1 deletion docs/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ How does it works?
Base Model
..........

AppKernel is built around the concepts of Domain Driven Design. You can start the project by laying out the model (the Enitity).
AppKernel is built around the concepts of Domain Driven Design. You can start the project by laying out the model (the Entity).

.. note::
All the example code below was tested in Python's interactive console so that you can follow this documentation by trying out the code snippets.
Expand Down

0 comments on commit c8b1726

Please sign in to comment.