From 2b4aa46a6a225c6629778257a4548b7fa55f3ef9 Mon Sep 17 00:00:00 2001 From: Dheepak Krishnamurthy Date: Thu, 11 Jan 2024 21:08:54 -0500 Subject: [PATCH] docs: GitHub admonition syntax for examples README.md (#791) * docs: GitHub admonition syntax for examples README.md * docs: Add link to stable release --- examples/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index 636673f9..9033eea0 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,7 +1,8 @@ # Examples -> [!WARNING] The examples in this folder run against the `main` branch. There may be backwards -> incompatible changes to the example code. +> [!WARNING] +> The examples in this folder run against the `main` branch. There may be backwards +> incompatible changes compared to the [latest stable version](https://github.com/ratatui-org/ratatui/releases/latest). > > If you find that code copied from an example fails to run in your own application, please check > the tag of the release that your project is using.