diff --git a/README.md b/README.md
index 7dcffe5..cd11093 100644
--- a/README.md
+++ b/README.md
@@ -7,12 +7,12 @@
-
-
-
-
-
-
+
+
+
+
+
+
@@ -45,7 +45,7 @@ Install the plugin with your favourite package manager:
```lua
use({
- "Pocco81/auto-save.nvim",
+ "okuuva/auto-save.nvim",
config = function()
require("auto-save").setup {
-- your config goes here
@@ -61,7 +61,7 @@ use({
vim-plug
```vim
-Plug 'Pocco81/auto-save.nvim'
+Plug 'okuuva/auto-save.nvim'
lua << EOF
require("auto-save").setup {
-- your config goes here
@@ -131,3 +131,9 @@ Besides running auto-save at startup (if you have `enabled = true` in your confi
- `ASToggle`: toggle auto-save
+
+### 👋 Acknowledgements
+
+This plugin wouldn't exist without [Pocco81](https://github.com/Pocco81)'s work on the [original](https://github.com/Pocco81/auto-save.nvim).
+
+