Skip to content

Commit a9c08c8

Browse files
fix: update angular package name
1 parent 9406c4f commit a9c08c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/OpenSign/src/components/pdf/EmbedTab.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ export function App() {
5050
id: 0,
5151
title: "Installation",
5252
codeString: `
53-
npm install opensign-angular`
53+
npm install opensign-angular-lib`
5454
},
5555
{
5656
id: 1,
5757
title: "Usage",
5858
codeString: `
5959
import { Component } from '@angular/core';
60-
import {OpensignComponent} from "opensign-angular"
60+
import {OpensignComponent} from "opensign-angular-lib"
6161
6262
@Component({
6363
selector:'app-root',
@@ -246,7 +246,7 @@ export class AppComponent{
246246
{" "}
247247
{t("public-template-mssg-4")}
248248
<a
249-
href="https://www.npmjs.com/package/opensign-angular"
249+
href="https://www.npmjs.com/package/opensign-angular-lib"
250250
target="_blank"
251251
rel="noreferrer"
252252
className="cursor-pointer text-blue-700 "

0 commit comments

Comments
 (0)