From 7743bd73db69837fa485cb025d4e68ce9b74320b Mon Sep 17 00:00:00 2001 From: Nick Bugaiov Date: Fri, 15 Apr 2016 10:33:09 +0200 Subject: [PATCH] Grape is not a `micro` framework --- README.md | 2 +- _config.yml | 4 ++-- projects/index.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4806a34..9699f96 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![](images/grape.png) -Grape is an opinionated micro-framework for creating REST-like APIs in Ruby. +Grape is an opinionated framework for creating REST-like APIs in Ruby. This is the Jekyll source for the site at http://www.ruby-grape.org. Please contribute to this site, see [CONTRIBUTING](CONTRIBUTING.md). diff --git a/_config.yml b/_config.yml index 5d1f97e..ecff98f 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ title: - long: Ruby Grape | An opinionated micro-framework for creating REST-like APIs in Ruby. + long: Ruby Grape | An opinionated framework for creating REST-like APIs in Ruby. short: Ruby Grape locale: en_US sass: @@ -12,7 +12,7 @@ kramdown: owner: name: Ruby Grape avatar: logo.png - info: An opinionated micro-framework for creating REST-like APIs in Ruby. + info: An opinionated framework for creating REST-like APIs in Ruby. email: ruby-grape@googlegroups.com disqus-shortname: twitter: grapeframework diff --git a/projects/index.md b/projects/index.md index 2d8f6eb..5ff8a6b 100644 --- a/projects/index.md +++ b/projects/index.md @@ -7,7 +7,7 @@ comments: false ### Core -* [grape](https://github.com/ruby-grape/grape): An opinionated micro-framework for creating REST-like APIs in Ruby. +* [grape](https://github.com/ruby-grape/grape): An opinionated framework for creating REST-like APIs in Ruby. * [ruby-grape.github.io](https://github.com/ruby-grape/ruby-grape.github.io): The ruby-grape community site. ### Entities and Representers