Skip to content

Commit 50dc68f

Browse files
committed
readme update
1 parent 87bb6c0 commit 50dc68f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ This function will disable right-click, keyboard shortcuts, inspect element, pri
2929
<meta charset="UTF-8">
3030
<meta name="viewport" content="width=device-width, initial-scale=1.0">
3131
<title>Secure Web Page</title>
32-
<script src="node_modules/secure-web/dict/secure-web.js"></script>
32+
<script src="node_modules/secure-web/dist/secure-web.js"></script>
33+
<!-- live link of package -->
34+
<script src="https://cdn.jsdelivr.net/npm/secure-web/dist/secure-web.js"></script>
3335
</head>
3436
<body>
3537
<script>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "secure-web",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Introducing Secure-Web, your trusted companion for ensuring unparalleled security and privacy in your online endeavors. Our innovative package encompasses a suite of cutting-edge technologies designed to fortify your web presence against potential threats, including the prevention of user screenshot capture. With Secure-Web, you can confidently navigate the digital landscape knowing that your sensitive information remains shielded from prying eyes. Embrace peace of mind and elevate your online security with Secure-Web today.",
55
"main": "dict/secure-web.js",
66
"scripts": {

0 commit comments

Comments
 (0)