diff --git a/README.md b/README.md index 1689f42..7580e03 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ logo -**Slash** is an open source, self-hosted bookmarks and link sharing solution. It allows you to organize your links with tags, and share them using custom shortened URLs. Slash also supports team sharing of link libraries for easy collaboration. +**Slash** is an open source, self-hosted bookmarks and link sharing platform. It allows you to organize your links with tags, and share them using custom shortened URLs. Slash also supports team sharing of link libraries for easy collaboration. Try it out on Live Demo. diff --git a/cmd/slash/main.go b/cmd/slash/main.go index cd689cb..6a117c7 100644 --- a/cmd/slash/main.go +++ b/cmd/slash/main.go @@ -30,7 +30,7 @@ var ( rootCmd = &cobra.Command{ Use: "slash", - Short: `An open source, self-hosted bookmarks and link sharing solution.`, + Short: `An open source, self-hosted bookmarks and link sharing platform.`, Run: func(_cmd *cobra.Command, _args []string) { ctx, cancel := context.WithCancel(context.Background()) db := db.NewDB(profile) diff --git a/web/src/components/AboutDialog.tsx b/web/src/components/AboutDialog.tsx index 6bf89d9..14f74aa 100644 --- a/web/src/components/AboutDialog.tsx +++ b/web/src/components/AboutDialog.tsx @@ -19,7 +19,7 @@ const AboutDialog: React.FC = (props: Props) => {

- Slash: An open source, self-hosted bookmarks and link sharing solution. + Slash: An open source, self-hosted bookmarks and link sharing platform.

See more in diff --git a/web/src/components/CreateShortcutDialog.tsx b/web/src/components/CreateShortcutDialog.tsx index 68988d0..85783c4 100644 --- a/web/src/components/CreateShortcutDialog.tsx +++ b/web/src/components/CreateShortcutDialog.tsx @@ -299,7 +299,7 @@ const CreateShortcutDialog: React.FC = (props: Props) => { = (props: Props) => { Description