Skip to content

Commit

Permalink
Update README.md to mark a codeblock as being swift
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickBDev authored Aug 26, 2021
1 parent c27f685 commit 2c9ed59
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 @@ -454,7 +454,7 @@ let string = header.render()

Just like nodes, components can also be rendered on their own:

```
```swift
let header = Header {
H1("Title")
Span("Description")
Expand Down Expand Up @@ -588,4 +588,4 @@ This project does [not come with GitHub Issues-based support](CONTRIBUTING.md#bu

If you wish to make a change, [open a Pull Request](https://github.com/JohnSundell/Plot/pull/new) — even if it just contains a draft of the changes you’re planning, or a test that reproduces an issue — and we can discuss it further from there. See [Plot’s contribution guide](CONTRIBUTING.md) for more information about how to contribute to this project.

Hope you’ll enjoy using Plot!
Hope you’ll enjoy using Plot!

0 comments on commit 2c9ed59

Please sign in to comment.