From e853581ca50d679e32d09a2bda0aaf166af03d75 Mon Sep 17 00:00:00 2001 From: Nik Mostovoy Date: Mon, 3 Jun 2019 14:58:46 +0300 Subject: [PATCH] fix broken link to initialvalue-any doc section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bde5116f..90091a2a 100644 --- a/README.md +++ b/README.md @@ -544,7 +544,7 @@ If `true`, the `format` function will only be called when the field is blurred. #### `initialValue?: any` -[See the 🏁 Final Form docs on `initialValue`](https://github.com/final-form/final-form# #initialvalue-any) +[See the 🏁 Final Form docs on `initialValue`](https://github.com/final-form/final-form#initialvalue-any) #### `isEqual?: (a: any, b: any) => boolean`