Skip to content

Commit 37d5d73

Browse files
committed
Update readme.md
1 parent a017724 commit 37d5d73

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

readme.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
# Restlet Framework
22

33

4-
[![Build Status](https://github.com/restlet/restlet-framework-java/actions/workflows/build.yaml/badge.svg)](https://github.com/restlet/restlet-framework-java/actions/workflows/ci.yaml)
5-
6-
[![Apache License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
7-
4+
[![Build Status](https://github.com/restlet/restlet-framework-java/actions/workflows/build.yaml/badge.svg)](https://github.com/restlet/restlet-framework-java/actions/workflows/ci.yaml) [![Apache License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
85

96
## The first REST framework for Java
107

11-
Launched in 2005, Restlet Framework was the very first open source project embracing REST in the Java world.
8+
Launched in 2005, Restlet Framework was the first open source framework embracing [REST](https://en.wikipedia.org/wiki/REST)
9+
in the Java world.
1210

1311
Since its inception, its Java API has closely matched the concepts and terms of the REST architecture stlye and the HTTP protocol.
1412
It also offers powerful and dynamic routing and security features, a unified client and server Java API. While it can be embedded
@@ -18,8 +16,6 @@ footprint, while enabling the development of any RESTful web API or application.
1816
It is available in a Java edition compatible with Java SE/EE, Google App Engine, OSGi and Android environments,
1917
as well as in a separate GWT edition.
2018

21-
It is available under the terms of either the Apache Software License 2.0.
22-
2319
http://restlet.talend.com
2420

2521
## Learn more

0 commit comments

Comments
 (0)