Skip to content

Commit a2447a2

Browse files
committed
Update README.md
1 parent 9ecc06a commit a2447a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ plugins: [
3030
]
3131
```
3232

33-
## Example of `rx-if`
33+
## The `rx-if` Directive
3434

3535
```
3636
<p rx-if={this.state.status == 'available'}>
@@ -44,7 +44,7 @@ plugins: [
4444
</p>
4545
```
4646

47-
## Example of `rx-for`
47+
## The `rx-for` Directive
4848

4949
```
5050
<ul>
@@ -56,7 +56,7 @@ plugins: [
5656
</ul>
5757
```
5858

59-
## Example of `rx-switch`
59+
## The `rx-switch` Directive
6060

6161
```
6262
<div rx-switch={this.state.n}>

0 commit comments

Comments
 (0)