From 58d432837dbd49acf3d73ed2609967358d423702 Mon Sep 17 00:00:00 2001 From: Pranav Raj S Date: Sat, 27 Jan 2024 22:39:13 -0800 Subject: [PATCH] Update installation.md (#3822) --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 516bb291f..af1457d39 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -24,7 +24,7 @@ There are two types of React bindings, `mobx-react-lite` supports only functiona Based on your preference, MobX can be used with or without decorators. Both the legacy implementation and the standardised TC-39 version of decorators are currently supported. -See [enabling-decorators.md](enabling-decorators.md) for more details on how to enable them. +See [enabling-decorators](enabling-decorators.md) for more details on how to enable them. Legacy decorator support will be removed in MobX 7, in favor of the standard. ## Use spec compliant transpilation for class properties