diff --git a/docs/AspNetCore/Client-Side-Package-Management.md b/docs/AspNetCore/Client-Side-Package-Management.md index 56760caf9b..3c1785daa5 100644 --- a/docs/AspNetCore/Client-Side-Package-Management.md +++ b/docs/AspNetCore/Client-Side-Package-Management.md @@ -22,14 +22,14 @@ The benefit of a **standard package** is: Depending on a standard package is easy. Just add it to your **package.json** file like you normally do. Example: -````json -{ - ... - "dependencies": { - "@abp/bootstrap": "^1.0.0" - } -} -```` + + { + ... + "dependencies": { + "@abp/bootstrap": "^1.0.0" + } + } + It's suggested to depend on a standard package instead of directly depending on a third-party package.