skapi-js 1.0.183 → 1.0.184-beta.0

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.
package/LICENSE CHANGED
@@ -186,7 +186,7 @@
186
186
  same "printed page" as the copyright notice for easier
187
187
  identification within third-party archives.
188
188
 
189
- Copyright [yyyy] [name of copyright owner]
189
+ Copyright [xxxx] broadway Inc.
190
190
 
191
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
192
  you may not use this file except in compliance with the License.
package/README.md CHANGED
@@ -73,7 +73,7 @@ export { skapi }
73
73
 
74
74
  After you initialized the Skapi library, you can test your connection by pinging your request with the `mock()` method.
75
75
 
76
- Below is an example of how you can use the `mock()` method in both HTML forms and JavaScript code.
76
+ Below is an example of how you can use the `mock()` method in HTML forms.
77
77
 
78
78
  ```html
79
79
  <!-- index.html -->