From 07b5c3de2e43f7864367f6161e6620b01bd024c7 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Thu, 22 Dec 2016 00:22:56 -0800 Subject: [PATCH] Remove WIP from Readme. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c5785276..93af4c79 100644 --- a/README.md +++ b/README.md @@ -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)]