Skip to content

Commit ad6a129

Browse files
Fix missing README upgrade link
1 parent ce99b76 commit ad6a129

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class GetStartedButton extends PureComponent {
4343
- [Upgrading to 3.0](/docs/upgrade-to-3.0.md)
4444
- [Upgrading to 4.0](/docs/upgrade-to-4.0.md)
4545
- [Upgrading to 5.0](/docs/upgrade-to-5.0.md)
46+
- [Upgrading to 6.0](/docs/upgrade-to-6.0.md)
4647

4748
## Maintainers
4849

stories/Welcome.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import React, { PureComponent } from 'react';
4444
import { Button } from 'nhsuk-react-components';
4545

4646
// Or you can import components directly
47-
import Button from 'nhsuk-react-components/lib/components/button';
47+
import Button from 'nhsuk-react-components/dist/esm/components/button';
4848

4949
function GetStartedButton() {
5050
return <Button href="/get-started">Get Started</Button>;

0 commit comments

Comments
 (0)