diff --git a/README.md b/README.md
index 0a48ddf..48aa59c 100644
--- a/README.md
+++ b/README.md
@@ -4,10 +4,41 @@ vue3-paystack allows you to accept payments in your vue application created with
The component is easily customisable.
### NPM
+
```npm
npm i vue3-paystack
```
+
## Usage
+
+```javascript
+
+
+
+
+
+
+
+```
+
+## Usage With A custom button, you can fully customize the look of the pay button
+
```javascript
+
+
+
+
@@ -31,15 +94,17 @@ export default {
},
}
-
+
```
## Documentation
+
A more detailed guide can be found [here](https://vue3paystack.netlify.app/)
## Want to say thanks?
-If this has been helpful, kindly share the link to other and a star on the github repo would be helpful too
+If this has been helpful, kindly share the link to other and a star on the github repo would be helpful too
## License
-Licensed under MIT License. [Click](https://github.com/somteacodes/vue3-paystack/blob/master/LICENSE.md) for details.
\ No newline at end of file
+
+Licensed under MIT License. [Click](https://github.com/somteacodes/vue3-paystack/blob/master/LICENSE.md) for details.
diff --git a/dev/serve.vue b/dev/serve.vue
index e6f2091..78bf40c 100644
--- a/dev/serve.vue
+++ b/dev/serve.vue
@@ -1,12 +1,12 @@
@@ -15,12 +15,47 @@ export default defineComponent({
VuePaystack with slot
-