From e90870227b428fae9dad5b32a4e752c51245148f Mon Sep 17 00:00:00 2001 From: Max Riveiro Date: Thu, 12 Apr 2018 18:07:27 +0300 Subject: [PATCH] Fix link to custom modes in README (#326) * Fix link to custom modes * update link to root custom directory --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb7cb93..11562db 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ We're happy to accept any PRs adding new themes and languages to Carbon! Current 1. If the [theme](https://codemirror.net/demo/theme.html) or [language](https://codemirror.net/mode/index.html) is supported in Codemirror, all you have to do is add a [constant](https://github.com/dawnlabs/carbon/blob/master/lib/constants.js) for it. -2. If it's not supported, you can add a Codemirror compliant [custom file](https://github.com/dawnlabs/carbon/tree/master/lib/customModes) to implement it and add a constant like above. +2. If it's not supported, you can add a Codemirror compliant [custom file](https://github.com/dawnlabs/carbon/tree/master/lib/custom) to implement it and add a constant like above. ## Thanks To [ ▲ ZEIT ](https://zeit.co/) for sponsoring Carbon's hosting.