Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
grokify committed Aug 19, 2016
1 parent c9fe324 commit f907e0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A Ruby SDK for the [Medium.com API](https://github.com/Medium/medium-api-docs) i
1. Auth via integration token with [demo app](https://github.com/grokify/medium-sdk-ruby/blob/master/scripts)
1. Get and Post convenience methods
1. Raw HTTP methods via Faraday client useful for image upload
1. [Swagger 2.0 spec](docs/swagger-api-v1-swagger.json)
1. [Swagger 2.0 spec](docs/medium-api-v1-swagger.json)

## Installation

Expand Down
2 changes: 1 addition & 1 deletion medium_sdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.version = version
s.date = '2016-08-18'
s.summary = 'Medium SDK - Ruby SDK for the Medium.com API'
s.description = 'A Ruby SDK for the Medium.com API with OAuth 2 support'
s.description = 'A Ruby SDK for the Medium.com API with OAuth 2 support and Swagger spec'
s.authors = ['John Wang']
s.email = 'johncwang@gmail.com'
s.homepage = 'https://github.com/grokify/'
Expand Down

0 comments on commit f907e0f

Please sign in to comment.