From e39a334f178ad50038e87f189b38f95fd42c03d3 Mon Sep 17 00:00:00 2001 From: Jakob Pinterits Date: Wed, 12 Mar 2025 22:35:16 +0100 Subject: [PATCH] small README tweaks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f43dcdb..5d250fdb 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,9 @@ class ButtonClicker(rio.Component): def _on_press(self) -> None: self.clicks += 1 - # Define the `build` method. This method essentially tells rio + # Define the `build` method. This method essentially tells Rio # what a ButtonClicker component looks like. Whenever the state - # of the ButtonClicker component changes, rio will call its + # of the ButtonClicker component changes, Rio will call its # `build` method and update the GUI according to the output. def build(self) -> rio.Component: return rio.Column(