From db105c33f18095795721fa8f9bf72ec783e70994 Mon Sep 17 00:00:00 2001 From: Michael Marszalek Date: Fri, 29 Sep 2023 10:17:49 +0200 Subject: [PATCH] docs: :pencil2: Fixed typo for file path using tokens in Token studio (#871) --- design-tokens/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design-tokens/README.md b/design-tokens/README.md index 2adbb016b0..30051035ec 100644 --- a/design-tokens/README.md +++ b/design-tokens/README.md @@ -12,6 +12,6 @@ You should use Figma to edit the tokens. You'll need the [Tokens Studio for Figm - Personal Access Token: _your PAT_ - Repository: `digdir/designsystem` - Default Branch: `main` - - File Path: `design-tokens/tokens.json` + - File Path: `design-tokens` You can now "pull from GitHub" (button on top right) to fetch the tokens. When done editing tokens, you should "push to GitHub" (second button on top right).