Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pi-sigma authored Jan 10, 2024
1 parent e9a73e3 commit b0c3cfb
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

2 comments on commit b0c3cfb

@jiromaykin
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pi-sigma next time: please make a branch-name (and PR)) that describes the issue and its meaning, instead of your own username.

@pi-sigma
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jiromaykin Apologies! I hadn't thought of the ugly branch name that would be auto-created by committing directly via GitHub.

Please sign in to comment.