Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to readme to indicate the full name of Label #49

Merged
merged 1 commit into from
Jun 25, 2015
Merged
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
update to readme to indicate the full name of Label
  • Loading branch information
ilyakatz committed Jun 25, 2015
commit 3da3139a519a2e3e7bd67c35aa7c0d8dbf50466a
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ story.activity # Get

story.name = 'Save the Ewoks' # Update a single story attribute
story.attributes = { name: 'Save the Ewoks', description: '...' } # Update multiple story attributes
story.labels << Label.new(name: 'Endor') # Add a new label to an existing story
story.labels << TrackerApi::Resources::Label.new(name: 'Endor') # Add a new label to an existing story
story.save # Save changes made to a story

epics = project.epics # Get all epics for a project
Expand Down