Skip to content

Commit 10ea634

Browse files
authored
Merge pull request #20 from imagekit-developer/fix/19-registry-issue
fix #19: npm registry corrected
2 parents 50c014e + fadcef6 commit 10ea634

File tree

3 files changed

+350
-339
lines changed

3 files changed

+350
-339
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ git clone https://github.com/imagekit-developer/imagekit-javascript.git
7777
cd imagekit-javascript
7878
```
7979

80-
Create a file `.env` using `sample.env` in the directory `samples/sample-app` and fill in your `PRIVATE_KEY`, `PUBLIC_KEY` and `URL_ENDPOINT` from your [imageKit dashboard](https://imagekit.io/dashboard#developers).
80+
Create a file `.env` using `sample.env` in the directory `samples/sample-app` and fill in your `PRIVATE_KEY`, `PUBLIC_KEY` and `URL_ENDPOINT` from your [imageKit dashboard](https://imagekit.io/dashboard#developers). `SERVER_PORT` must also be included as per the `sample.env` file.
8181

8282
Now start the sample application by running:
8383

0 commit comments

Comments
 (0)