From 4accf0c4d1b8e6fce64fd2aa341a2c457f9cbd74 Mon Sep 17 00:00:00 2001 From: Maddison Hellstrom Date: Mon, 19 Feb 2024 23:46:56 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c71a9a..1d7ac70 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Why use Incline instead of Neovim's built-in winbar? Incline: ## Configuration -The render function is the most important part of an Incline configuration. As the name suggests, it's called for each window in order to render the Incline statusline. You can think of it like a React component, in that it's passed a table of props and returns a tree-like data structure describing the the content and appearance of the statusline, akin to JSX or HTML. For example: +The render function is the most important part of an Incline configuration. As the name suggests, it's called for each window in order to render its statusline. You can think of it like a React component: it's passed a table of props and returns a tree-like data structure describing the content and appearance of the statusline. For example: ```lua function(props)