Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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).
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion projects/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down