diff --git a/README.md b/README.md index 53e775d..12d3501 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -* [pEpACIDLang - Language Mapping Specification LM-C99](#pepacidlang---language-mapping-specification-lm-c99) +* [pEpACIDLang - Language Mapping Specification LMS-C99](#pepacidlang---language-mapping-specification-lms-c99) * [About This Document](#about-this-document) * [IDL-Types](#idl-types) * [Type Classes](#type-classes) @@ -21,6 +21,7 @@ * [Produce](#produce) * [Rules For Multithreading](#rules-for-multithreading) + # pEpACIDLang - Language Mapping Specification LMS-C99 pEpACIDLang stands for "pEp Abstract C Interface Description Language". @@ -31,7 +32,8 @@ pEpACIDLang is language to describe a programming interface. A concrete interface and client code using the interface can be generated in any language where: * a language mapping specification -* a interface generator +* a interface generator + exists for. * The interface generator implements parts of the language mapping specification.