summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjryannel <juergen@ryannel.org>2017-01-17 13:33:25 +0100
committerGitHub <noreply@github.com>2017-01-17 13:33:25 +0100
commitff1398edcc0e9bbd07c57114b919b7c2ea04106d (patch)
tree7e53c4b38992f62ef170c1f160d7200eeeac9dce
parent29d4f773ee161b89272fa09c5de4064e409443f7 (diff)
downloadqtivi-qface-ff1398edcc0e9bbd07c57114b919b7c2ea04106d.tar.gz
Foxed spelling mistakes
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b73e2ce..d7fc0e7 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
[![Build Status](https://travis-ci.org/Pelagicore/qface.svg?branch=develop)](https://travis-ci.org/Pelagicore/qface)
[![Documentation Status](https://readthedocs.org/projects/qface/badge/?version=latest)](http://qface.readthedocs.io/en/latest/?badge=latest)
-QFace is an generator framework based on a common modern IDL. It is not a generator a such but enforces a common IDL format and provides a library to write your own generator. It is actually very easy to create your own generator and generate your custom solution based on your needs from the same IDL.
+QFace is a generator framework based on a common modern IDL. It is not a generator as such but enforces a common IDL format and provides a library to write your own generator. It is actually very easy to create your own generator and generate your custom solution based on your needs from the same IDL.
The IDL is designed after the Qt/QML interface and as such is optimized to generate source code used with Qt C++ or Qt QML, but it is not limited to this use case.