Skip to content

Commit 85fbaf9

Browse files
committed
update README.md
1 parent 7f933c8 commit 85fbaf9

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,13 @@ This integration assumes you have `@Angular/cli` app installed.
5050

5151
### Basic setup
5252

53-
Let's call the root folder of your exiting project as AngularJS and FoxitPDFSDK for Web as SDK.
53+
Let's call the root folder of your exiting project as `AngularJS` and FoxitPDFSDK for Web as SDK.
5454

55-
1. Install the lattest version of `@foxitsoftware/foxit-pdf-sdk-for-web-library`. Besides, to correctly referene your fonts lib, you also need to duplicate the `node_modules/@foxitsoftware/foxit-pdf-sdk-for-web-library/external` folder inside SDK to `src/assets`.
55+
1. Install the lattest version of `@foxitsoftware/foxit-pdf-sdk-for-web-library`.
56+
57+
```bash
58+
npm i -S @foxitsoftware/foxit-pdf-sdk-for-web-library
59+
```
5660

5761
_Inside AngularJS, implement the following:_
5862

@@ -197,7 +201,7 @@ this.pdfui = new UIExtension.PDFUI({
197201
|Modularized|Configure gulp|0|Yes,but should re-merge the addons after modification |
198202
|allInOne.js|No|1|No|
199203

200-
Note: You can rebuild allInOne.js by using our [Addons merge tools](../addons/introduction.html#how-to-merge-addons)
204+
Note: You can rebuild allInOne.js by using our [Addons merge tools](http://webviewer-demo.foxitsoftware.com/docs/developer-guide/ui-extension/addons/introduction.html#merge-addons)
201205

202206
### Running your Application
203207

0 commit comments

Comments
 (0)