Skip to content

Commit

Permalink
Updating the button README to remove references to Ink. (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanoshea authored and randallli committed Aug 22, 2016
1 parent 2417012 commit 1b9fd33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Buttons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@ pod install

### Importing

Before using Ink, you'll need to import it:
Before using a Button, you'll need to import the button you want to use:

<!--<div class="material-code-render" markdown="1">-->
#### Objective-C

~~~ objc
#import "MaterialInk.h"
#import "MDCButton.h"
~~~

#### Swift
Expand Down

0 comments on commit 1b9fd33

Please sign in to comment.