@agilie/sdk-template 1.0.11 → 1.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +12 -7
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,11 +1,16 @@
1
1
  # Givingli Builder
2
- Insert the following code into your html file:
2
+
3
+ Add the following code into your html file:
4
+
5
+ ```html
6
+
3
7
  <script src="https://cdn.jsdelivr.net/npm/@agilie/sdk-template"></script>
8
+ ```
4
9
 
5
- For call the Givingli Builder use next code:
10
+ To call the Givingli Builder SDK use next code:
6
11
 
7
- <script>
8
- GivingliBuilder.init().then((res) => {
9
- console.log('Your images:', res);
10
- });
11
- </script>
12
+ ```js
13
+ GivingliBuilder.init().then((res) => {
14
+ console.log('Your images:', res);
15
+ });
16
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agilie/sdk-template",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "main": "src/embed.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -12,5 +12,5 @@
12
12
  "author": "",
13
13
  "license": "ISC",
14
14
  "description": "",
15
- "gitHead": "cf8e37f5289f60d7fdfc1c77ab0dbcb4905d338f"
15
+ "gitHead": "0def6b6ddc053565e04bb1e1b171ce4b80ca1cf9"
16
16
  }