Skip to content

Commit

Permalink
Merge pull request #5 from emill3000/emill3000-1457446579
Browse files Browse the repository at this point in the history
Updated README.md
  • Loading branch information
victhevenot committed Mar 10, 2016
2 parents 7aa1567 + 24df5b0 commit 03ee778
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ You'll be teaching `Person` about their names through two methods, `#name`, and

### Give a Person a Job

You'll be teaching `Person` about their names through two methods, `#job`, and `#job=` that read and write to a corresponding instance variable `@job`.
You'll be teaching `Person` about their jobs through two methods, `#job`, and `#job=` that read and write to a corresponding instance variable `@job`.

When you're done submit the lab with `learn submit`

<p data-visibility='hidden'>View <a href='https://learn.co/lessons/ruby-object-attributes-lab' title='Ruby Object Attributes Lab'>Ruby Object Attributes Lab</a> on Learn.co and start learning to code for free.</p>

<p data-visibility='hidden'>View <a href='https://learn.co/lessons/ruby-object-attributes-lab'>Object Attributes Lab</a> on Learn.co and start learning to code for free.</p>

0 comments on commit 03ee778

Please sign in to comment.