Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix bold title and add brackets acording to wannabegeek#25
  • Loading branch information
lautarobock authored May 12, 2017
1 parent 7ce83e7 commit 72646c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Key | Range | Does
<horizontal-split-pane
primary-component-minsize="50"
secondary-component-minsize="100"
primary-component-toggled-off="false"
[primary-component-toggled-off]="false"
[secondary-component-toggled-off]="someCondition"
local-storage-key="split-pane"
primary-component-initialratio="0.8">
Expand All @@ -46,7 +46,7 @@ Key | Range | Does
</horizontal-split-pane>

```
**Import **
**Import**
```typescript
// Pleas note the module is no in the root
import { SplitPaneModule } from 'ng2-split-pane/lib/ng2-split-pane';
Expand Down

0 comments on commit 72646c0

Please sign in to comment.