diff --git a/README.md b/README.md index 0517e67..1f0e1bd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://api.travis-ci.org/Olgagr/steam-web-api.svg?branch=master)](https://api.travis-ci.org/Olgagr/steam-web-api.svg?branch=master) [![Code Climate](https://codeclimate.com/github/Olgagr/steam-web-api/badges/gpa.svg)](https://codeclimate.com/github/Olgagr/steam-web-api) [![Test Coverage](https://codeclimate.com/github/Olgagr/steam-web-api/badges/coverage.svg)](https://codeclimate.com/github/Olgagr/steam-web-api) -This is gem that makes trivial to use Steam Web API. It supports all methods listed here: https://developer.valvesoftware.com/wiki/Steam_Web_API and [one more](#get-list-of-all-games). +This is a gem that makes trivial interacting with the Steam Web API. It supports all methods listed here: https://developer.valvesoftware.com/wiki/Steam_Web_API and [one more](#get-list-of-all-games). ## Supported Ruby version diff --git a/steam_web_api.gemspec b/steam_web_api.gemspec index 1b6f5ad..7f91394 100644 --- a/steam_web_api.gemspec +++ b/steam_web_api.gemspec @@ -8,8 +8,8 @@ Gem::Specification.new do |spec| spec.version = SteamWebApi::VERSION spec.authors = ["Olga Grabek"] spec.email = ["olga.grabek@gmail.com"] - spec.summary = %q{This is gem that it makes trivial to use Steam Web API} - spec.description = %q{This is gem that it makes trivial to use Steam Web API} + spec.summary = %q{This is a gem that makes trivial interacting with the Steam Web API} + spec.description = %q{This is a gem that makes trivial interacting with the Steam Web API} spec.homepage = "https://github.com/Olgagr/steam-web-api" spec.license = "MIT"