Skip to content

Commit

Permalink
Slight corrections
Browse files Browse the repository at this point in the history
Because English.
  • Loading branch information
DeerBear committed Jun 14, 2018
1 parent 748b4ab commit 50c71ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -4,11 +4,11 @@
<a href="http://wirl.delphiblocks.com/">
<img src="http://wirl.delphiblocks.com/assets/images/wirl-300.png" alt="Delphi RESTful Library" width="200" align="center" /></a>

**WiRL** was created to simplify RESTful service implementation in Delphi, but more importantly, to enable maximum interoperability with REST client written in other languages and tools.
**WiRL** was created to simplify RESTful service implementation in Delphi but, more importantly, to enable maximum interoperability with REST clients written in other languages and tools.

WiRL is designed after Java JAX-RS specifications, and tries to be compliant with the 6 REST constraints
WiRL takes after Java JAX-RS specifications and tries to be compliant with the 6 REST constraints

WiRL is a high-level REST framework that exposes plain Delphi objects (PODO) as RESTful web resources by applying [attributes](http://docwiki.embarcadero.com/RADStudio/Seattle/en/Overview_of_Attributes) to these classes.
WiRL is a high-level REST framework exposing plain Delphi objects (PODO) as RESTful web resources by applying [attributes](http://docwiki.embarcadero.com/RADStudio/Seattle/en/Overview_of_Attributes) to these classes.

```Delphi
[Path('customers')]
Expand Down

0 comments on commit 50c71ed

Please sign in to comment.