From 8cea4c8ac1f74eb6d88186defad251013a203d5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=86ndra=20Rininsland?= Date: Tue, 14 Sep 2021 13:33:33 +0100 Subject: [PATCH] master -> main --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e5daef..01cb5aa 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ build the module and the documentation page `npm run prepare` To change an existing palette simply go into the `src` directory, open the file corresponding to the palette you want to change and edit the appropriate hex code. -To add a new palette create a sensibly named file in the `src` directory following the example of one of the existing palettes. Each palette exports either a single array eg sequential-multi or a single object eg categorical-uk-politics). The palette should then be added to the index.js file so it gets included in the build. +To add a new palette create a sensibly named file in the `src` directory following the example of one of the existing palettes. Each palette exports either a single array eg sequential-multi or a single object eg categorical-uk-politics). The palette should then be added to the index.js file so it gets included in the build. Update snapshot testing with `npm run update-snapshot`.