Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guidedways authored Mar 9, 2017
1 parent 9a740b9 commit d09fcf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If your app is constantly improving, and you find yourself adding new features o

In `WalkthroughActivityFragment`, navigate to the `initSections()` method and define your sections there.

You simple construct a `WalkthroughSection` and define how you would like it to appear on screen. The embedded screenshot can move from left to right, top to bottom and have zoom applied to it. The image then accompanies a title and some description. In code, it's as simple as:
You simply construct a `WalkthroughSection` and define how you would like it to appear on screen. The embedded screenshot can move from left to right, top to bottom and have zoom applied to it. The image then accompanies a title and some description. In code, it's as simple as:

```
WalkthroughSection section = new WalkthroughSection();
Expand Down

0 comments on commit d09fcf6

Please sign in to comment.