Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
indirectlylit committed Dec 10, 2020
1 parent 2a4ecfe commit aea1ed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You can also specify a particular version of the design system. For example, thi
yarn add https://github.com/learningequality/kolibri-design-system#v1.0.1
```

Importable components and utilities are available under the `lib` path, for example:
Importable components and utilities are available under the `lib` path, for example:

```javascript
import KButton from 'kolibri-design-system/lib/KButton';
Expand Down Expand Up @@ -190,7 +190,7 @@ Icons are drawn from https://github.com/material-icons/material-icons and then c
yarn run precompile-svgs
```

We also output a set of reStructuredText replacement strings into the file ``docs/rstIconReplacements.txt`` which can be used in
We also output a set of reStructuredText replacement strings into the file `docs/rstIconReplacements.txt` which can be used in
user docs based on Sphinx. To update this file, run

```bash
Expand Down

0 comments on commit aea1ed8

Please sign in to comment.