Skip to content

Commit

Permalink
Update gitignore and README.
Browse files Browse the repository at this point in the history
  • Loading branch information
WenchaoD committed Feb 20, 2017
1 parent 7c156c8 commit 167c99e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ xcuserdata/
*.moved-aside
*.xccheckout
*.xcscmblueprint
*.xcuserstate

## Obj-C/Swift specific
*.hmap
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions README-OBJECTIVE-C.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,11 @@ pod FSPagerView
```

## Tutorial
* [Get start](#get_start)
* [Get started](#get_started)
* [Implement FSPagerViewDataSource](#implement_fspagerviewdatasource)
* [Implement FSPagerViewDelegate](#implement_fspagerviewdelegate)

### 1. Get started <a id='get_start'></a>
### 1. Get started <a id='get_started'></a>

* Get started with code

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,11 +237,11 @@ pod FSPagerView
```

## Tutorial
* [Get start](#get_start)
* [Get started](#get_started)
* [Implement FSPagerViewDataSource](#implement_fspagerviewdatasource)
* [Implement FSPagerViewDelegate](#implement_fspagerviewdelegate)

### 1. Get started <a id='get_start'></a>
### 1. Get started <a id='get_started'></a>

* Get started with code

Expand Down

0 comments on commit 167c99e

Please sign in to comment.