Skip to content

Commit 436e37d

Browse files
styling
1 parent 2edf7bc commit 436e37d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ These are HTML5 widgets which connect to a solid store. Building blocks for soli
1010
### In npm-based projects
1111
When including solid-ui in an npm-based project, you can use it with:
1212

13-
```
13+
```js
1414
import { ns, rdf, acl, aclControl, authn, create, dom, icons, log, matrix, media,
1515
messageArea, infiniteMessageArea, pad, preferences, store, style, table, tabs, utils, widgets, versionInfo
1616
} from 'solid-ui'
@@ -19,8 +19,8 @@ When including solid-ui in an npm-based project, you can use it with:
1919
### Directly in a webpage
2020
Clone this repo, and in the repo root run:
2121

22-
* npm install
23-
* npm run build
22+
* `npm install`
23+
* `npm run build`
2424

2525
This will generate a `lib/` folder containing, among other artifacts, `lib/webpack-bundle.js`.
2626
Now run `npx serve` and go to http://localhost:5000/examples/ with your browser to see some examples.

0 commit comments

Comments
 (0)