Skip to content

Commit 892224f

Browse files
authored
Update DEVELOPMENT.md
1 parent 82a13a9 commit 892224f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DEVELOPMENT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ npm run build
1212

1313
## Running test cases
1414

15-
The designated directory for tests is `sdk/tests/sdk-tests` folder. All tests will be executed once on the Chrome Headless browser.
15+
The designated directory for the tests is `sdk/tests/sdk-tests` folder. All tests will be executed once on the Chrome Headless browser.
1616

1717
Execute following command from the `sdk` folder to start testing.
1818
```sh
@@ -31,4 +31,4 @@ Before sample apps can be used, `imagekitio-angular` library needs to be packed
3131
4. Go to the Angular sample app's root folder and use `npm install` to install dependencies.
3232
5. Use `npm install <path to this SDK>/sdk/dist/imagekitio-angular/imagekitio-angular-x.x.x.tgz` where x.x.x needs to be replaced with the current version. For example, SDK version is `0.0.1`, then above command becomes `npm install <path to this SDK>/sdk/dist/imagekitio-angular/imagekitio-angular-2.0.0.tgz`
3333
6. Configure sample app with required keys. Use each app's `Readme.md` for exact details.
34-
7. Use npm start from the Angular sample app's root folder to run the app
34+
7. Use npm start from the Angular sample app's root folder to run the app

0 commit comments

Comments
 (0)