From 8b39b88e46710499a24b63afb3ae541385b90a11 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Fri, 3 Feb 2017 19:20:24 -0800 Subject: [PATCH] We're searching for expressiveness. --- README.md | 2 +- lib/Cargo.toml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c92a25b8..11e20084 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![IRC: #rocket on irc.mozilla.org](https://img.shields.io/badge/style-%23rocket-blue.svg?style=flat&label=mozilla)](https://kiwiirc.com/client/irc.mozilla.org/#rocket) Rocket is web framework for Rust (nightly) with a focus on ease-of-use, -expressibility, and speed. Here's an example of a complete Rocket application: +expressiveness, and speed. Here's an example of a complete Rocket application: ```rust #![feature(plugin)] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 67128820..58202965 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -3,8 +3,7 @@ name = "rocket" version = "0.1.6" authors = ["Sergio Benitez "] description = """ -Web framework for nightly with a focus on ease-of-use, expressability, and -speed. +Web framework for nightly with a focus on ease-of-use, expressiveness, and speed. """ documentation = "https://api.rocket.rs/rocket/" homepage = "https://rocket.rs"