Skip to content

Commit

Permalink
Merge pull request #4 from maykinmedia/pi-sigma-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
jiromaykin authored Jan 12, 2024
2 parents 66ecbd7 + b0c3cfb commit d1affa2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ structure of these design tokens.

## Add this as a submodule

In root folder of your project, create a dir or directly add the submodule in its own directory:
In the root folder of your project, create a dir or directly add the submodule in its own directory:

```bash
cd open-inwoner-design-tokens
Expand Down Expand Up @@ -56,7 +56,9 @@ npm run build

In order to update an existing Git submodule, you need to execute the “git submodule update” with the “–remote” and the “–merge” option.

`$ git submodule update --remote --merge`
```bash
git submodule update --remote --merge
```

**Using tokens**

Expand Down

0 comments on commit d1affa2

Please sign in to comment.