From 23d9538b00f9485d261a4ff381ffe988f8257dff Mon Sep 17 00:00:00 2001 From: Nikhil Rao Date: Mon, 13 Mar 2023 01:09:13 -0700 Subject: [PATCH] Fix link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f79ec81f7b..22faa46cf7 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ This `index` function defines the frontend of the app. We use different components such as `center`, `vstack`, `input`, and `button` to build the frontend. Components can be nested within each other to create complex layouts. And you can use keyword args to style them with the full power of CSS. -Pynecone comes with [60+ built-in components](https://pynecone.io/docs/library) to help you get started. We are actively adding more components, plus it's easy to (create your own components)[https://pynecone.io/docs/advanced-guide/wrapping-react]. +Pynecone comes with [60+ built-in components](https://pynecone.io/docs/library) to help you get started. We are actively adding more components, plus it's easy to [create your own components](https://pynecone.io/docs/advanced-guide/wrapping-react). ### **State**