aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormax397574 <[email protected]>2021-11-16 18:03:13 +0100
committermax397574 <[email protected]>2021-11-16 18:03:13 +0100
commitc332d457fcc3217dd782961e297f67d5bf8bcba5 (patch)
tree0e65527d981c1d9b5965be5aad456eda91a20d1d
parentb01d39380ea3b43544f1407e7e8f19054b6e9d44 (diff)
fix(readme): 🐛use org name
-rw-r--r--readme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index 4ed04e9..f57090c 100644
--- a/readme.md
+++ b/readme.md
@@ -23,7 +23,7 @@ For the default setup telescope.nvim is needed.
-- lua and packer.nvim
use {
- "max397574/startup.nvim",
+ "startup-nvim/startup.nvim",
requires = {"nvim-telescope/telescope.nvim", "nvim-lua/plenary.nvim"},
config = function()
require"startup".setup()
@@ -44,7 +44,7 @@ It is recommended to use a file in the setup function. This can be done like thi
-- lua and packer.nvim
use {
- "max397574/startup.nvim",
+ "startup-nvim/startup.nvim",
requires = {"nvim-telescope/telescope.nvim", "nvim-lua/plenary.nvim"},
config = function()
require"startup".setup(require"configs.startup") -- recommended to use a file for this
@@ -271,7 +271,7 @@ content = {
</p>
</details>
-Check out the [themes](https://github.com/max397574/startup.nvim/tree/master/lua/startup/themes) for full examples.
+Check out the [themes](https://github.com/startup-nvim/startup.nvim/tree/master/lua/startup/themes) for full examples.
👀Screenshots
---------------