@stigg/react-sdk 3.0.1 → 4.0.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/README.md CHANGED
@@ -5,9 +5,9 @@ Stigg SDK for React single page applications (SPA).
5
5
  ## Table of contents
6
6
 
7
7
  - [Installation](#installation)
8
- - [Paywall](#Paywall)
9
- - [Hooks](#Hooks)
10
- - [Customization](#Customization)
8
+ - [Paywall](#paywall)
9
+ - [Hooks](#hooks)
10
+ - [Customization](#customization)
11
11
 
12
12
  ## Installation
13
13
 
@@ -78,7 +78,7 @@ function App() {
78
78
  }
79
79
  ```
80
80
 
81
- ## Customization options
81
+ ## Customization
82
82
 
83
83
  The components included in of this package comes with default styling, and you can customize and change the appearance:
84
84