Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sontungexpt committed Oct 17, 2023
1 parent 4e24754 commit 5a7ab92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ NewComponent.set_user_event { "VeryLazy" }
-- The component will be update every time interval
NewComponent.set_timing(false)

-- The component will be update when the require("sttusline").set_setup() is called
-- The component will be update when the require("sttusline").setup() is called
NewComponent.set_lazy(true)

-- The config of the component
Expand Down
2 changes: 1 addition & 1 deletion lua/sttusline/utils/new-component.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ NewComponent.set_user_event { "VeryLazy" }
-- The component will be update every time interval
NewComponent.set_timing(false)
-- The component will be update when the require("sttusline").set_setup() is called
-- The component will be update when the require("sttusline").setup() is called
NewComponent.set_lazy(true)
-- The config of the component
Expand Down

0 comments on commit 5a7ab92

Please sign in to comment.