Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Jun 26, 2020
1 parent 74faa4b commit 02d1198
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The web components are distributed as ES modules and can be used with any platfo

### Modern browsers (Bare module specifiers)

To quickly try out components the components use the modules directly in the browser and serve with a process that supports bare module specifier resolution such as [es-dev-server](https://www.npmjs.com/package/es-dev-server).
To quickly try the components import the modules directly in the browser and serve with a process that supports bare module specifier resolution such as [es-dev-server](https://www.npmjs.com/package/es-dev-server).

```html
<body>
Expand Down Expand Up @@ -66,4 +66,3 @@ Please visit the [Storybook](https://tgreyuk.github.io/govuk-webcomponents/story
- [\<govukwc-text-input>](https://github.com/tgreyuk/govuk-webcomponents/blob/master/components/govukwc-text-input/README.md)
- [\<govukwc-textarea>](https://github.com/tgreyuk/govuk-webcomponents/blob/master/components/govukwc-textarea/README.md)
- [\<govukwc-warning-text>](https://github.com/tgreyuk/govuk-webcomponents/blob/master/components/govukwc-warning-text/README.md)

0 comments on commit 02d1198

Please sign in to comment.