Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Commit 15715ed

Browse files
authored
Update Readme.md in response to Issue#33
Explain that in the example NPM dependencies the `XX` needs to be replaced with an actual version.
1 parent a3acf7a commit 15715ed

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,15 @@ Add to your `package.json`:
135135
}
136136
```
137137

138+
**Please note that the XX needs to be replaced with the version of the library you wish to use**
139+
140+
For the current latest release use the following dependency:
141+
```
142+
"dependencies": {
143+
"adyen-cse-web": "git+https://github.com/Adyen/adyen-cse-web.git#v0.1.18"
144+
}
145+
```
146+
138147
Then run `npm install`.
139148

140149
Now you can use adyen as a regular npm package:

0 commit comments

Comments
 (0)