Skip to content

Commit 56c9093

Browse files
committed
docs: add syntax highlighting
1 parent ab9ab39 commit 56c9093

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ Hide cells of static UITableViewController
99

1010
### CocoaPods
1111

12-
```
12+
```ruby
1313
pod 'StaticTableViewController'
1414
```
1515

1616
### Carthage
1717

18-
```
18+
```ogdl
1919
github "muyexi/StaticTableViewController"
2020
```
2121

2222
### Swift Package Manager
2323

24-
```
24+
```swift
2525
dependencies: [
2626
.Package(url: "https://github.com/muyexi/StaticTableViewController.git", majorVersion: 0)
2727
]
@@ -31,7 +31,7 @@ dependencies: [
3131

3232
Show/hide cells with outlet connections
3333

34-
```
34+
```swift
3535
cell(outletStaticCell1, hidden: true)
3636
cells([outletStaticCell1, outletStaticCell2], hidden: true)
3737

0 commit comments

Comments
 (0)