lib/github_api/client/projects/cards.rb in github_api-0.18.2 vs lib/github_api/client/projects/cards.rb in github_api-0.19.0

- old
+ new

@@ -64,11 +64,11 @@ # @example # github = Github.new # github.projects.cards.create :column_id, note: 'Card Note' # # @example - # github = Github.new - # github.projects.cards.create :column_id, content_id: <content-id>, content_type: 'content-type' + # github = Github.new + # github.projects.cards.create :column_id, content_id: <content-id>, content_type: 'content-type' # # @see https://developer.github.com/v3/projects/cards/#create-a-project-card # # @api public def create(*args)