Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
warfaj authored Oct 18, 2023
1 parent 17b1251 commit 16326c4
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 @@ -46,9 +46,9 @@ impl IncrementMe {

}
```
```rust
```javascript
//increment-me.pax
<Text text={self.message} class=centered id=text class=centered />
<Text text={self.message} class=centered class=centered id=text />
<Rectangle class=centered class=small @click=self.increment
fill={Fill::Solid(Color::rgba(0.0,0.0,0.0,1.0))}
corner_radii={RectangleCornerRadii::radii(10.0,10.0,10.0,10.0)}
Expand Down

0 comments on commit 16326c4

Please sign in to comment.