Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuskunze committed Apr 23, 2015
1 parent 1a55546 commit ee01ebb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
@@ -1,10 +1,10 @@
# Kara Web Framework

Kara is a web framework for the JVM using the [Kotlin programming language](http://kotlinlang.org/). It uses Kotlin's unique syntax to allow developers to write succinct, statically-typed HTML and CSS all in one language.
Kara is a web framework for the JVM written in [Kotlin](http://kotlinlang.org/). It enables developers to build succinct, type-safe HTML and CSS all in one language.

The benefits of a web framework like Kara are excellently illustrated in the article ["Type-safe Web with Kotlin"](http://jaxenter.com/type-safe-web-with-kotlin-106187.html) by Andrey Breslav.
The article [*Type-safe Web with Kotlin*](http://jaxenter.com/type-safe-web-with-kotlin-106187.html) by Andrey Breslav illustrates the benefits of such a framework.

To get a quick overview over the project, check out [karaframework.com](http://karaframework.com/). (Caution: Some contents are outdated.)
Check out [karaframework.com](http://karaframework.com/) to get a quick overview of the project. (Caution: Some contents are outdated.)

## Authors

Expand All @@ -24,4 +24,4 @@ Kara is Open Source and licensed under the Apache Licenses, version 2.0. It can

Download the repository, load the project in IntelliJ IDEA (can take a while), then choose the "Sample Server" configuration in the toolbar and run it.

You can now open the sample web page at `http://localhost:3000`.
You can now open the sample web page at `http://localhost:3000`.

0 comments on commit ee01ebb

Please sign in to comment.