Skip to content

Commit f485613

Browse files
committed
Update usage instructions after publishing to npm and github
1 parent 0ba88fe commit f485613

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ You will also need a backend data store. See [user-feedback-store](https://githu
88

99
### npm
1010

11-
Install from npm (TODO: release package to npm)
11+
Install from npm
1212
```bash
13-
npm install ___
13+
npm install @nhsuk/user-feedback-form
1414
```
1515

1616
Use script in your javascript build
1717

1818
```js
19-
import userFeedbackForm from '___';
19+
import userFeedbackForm from '@nhsuk/user-feedback-form';
2020

2121
userFeedbackForm({
2222
cssSelector: "#my-div-id",
@@ -28,7 +28,7 @@ userFeedbackForm({
2828

2929
If you do not have a node-based javascript frontend build, you can use the minified javascript distribution.
3030

31-
The latest javascript file can be found in github releases https://github.com/nhsuk/user-feedback-form/releases (TODO: release to github)
31+
The latest javascript file can be found in github releases https://github.com/nhsuk/user-feedback-form/releases
3232

3333
```html
3434
<!-- in the html <head> -->

0 commit comments

Comments
 (0)