From 9d27c9ebea31d521a95c55ea9e47863ab19d36d7 Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Sun, 1 Jan 2023 08:32:18 +1100 Subject: [PATCH] doc: add recipes and tips links to API --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 552d4444..8b8dfbac 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ Development is focused on: nvim-tree exposes a public API. This is non breaking, with additions made as necessary. -See wiki [Recipes](https://github.com/nvim-tree/nvim-tree.lua/wiki/Recipes) and [Tips]([Recipes](https://github.com/nvim-tree/nvim-tree.lua/wiki/Tips) for ideas and insipration. +See wiki [Recipes](https://github.com/nvim-tree/nvim-tree.lua/wiki/Recipes) and [Tips](https://github.com/nvim-tree/nvim-tree.lua/wiki/Tips) for ideas and insipration. Please raise a [feature request](https://github.com/nvim-tree/nvim-tree.lua/issues/new?assignees=&labels=feature+request&template=feature_request.md&title=) if the API is insufficent for your needs. [Contributions](#Contributing) are always welcome.