Skip to content

Commit

Permalink
Update app_intro.md (#220)
Browse files Browse the repository at this point in the history
Just added a warning about the version requirement. This is perhaps better using a predefined warning style from Documenter.jl?
  • Loading branch information
KronosTheLate authored Jun 8, 2023
1 parent 66b832b commit a072628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/live/app_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ An app has some content. This content is in the form of `AbstractWidget` element
There's a lot more to apps, but for now we can start with some simple examples

### A first example
We start with a simple example: an app that only shows one single widget. a `TextWidget` displaying a bit of text.
We start with a simple example: an app that only shows one single widget. a `TextWidget` displaying a bit of text. Note that Term 2.0 is required to create live widgets.

```@example app
using Term
Expand Down

0 comments on commit a072628

Please sign in to comment.