Remove WIP from Readme.

This commit is contained in:
Sergio Benitez 2016-12-22 00:22:56 -08:00
parent 76073718c7
commit 07b5c3de2e

View File

@ -1,8 +1,7 @@
# Rocket [![Build Status](https://travis-ci.com/SergioBenitez/Rocket.svg?token=CVq3HTkPNimYtLm3RHCn&branch=master)](https://travis-ci.com/SergioBenitez/Rocket)
Rocket is a work-in-progress web framework for Rust (nightly) with a focus on
ease-of-use, expressability, and speed. Here's an example of a complete Rocket
application:
Rocket is web framework for Rust (nightly) with a focus on ease-of-use,
expressability, and speed. Here's an example of a complete Rocket application:
```rust
#![feature(plugin)]