Skip to content

Commit

Permalink
Improving the project name
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolabnet committed Oct 10, 2024
1 parent b5de20b commit 3f55ea4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PKG_VERSION:=1.7
PKG_RELEASE:=1
PKG_MAINTAINER:=ZeroChaos <[email protected]>

LUCI_TITLE:=LuCI Support for ssclash
LUCI_TITLE:=LuCI Support for SSClash
LUCI_DEPENDS:=+luci-base
LUCI_PKGARCH:=all

Expand All @@ -24,7 +24,7 @@ define Package/$(PKG_NAME)
endef

define Package/$(PKG_NAME)/description
LuCI interface for ssclash, a tool for managing and configuring Clash.
LuCI interface for SSClash, a tool for managing and configuring Clash.
endef

define Build/Prepare
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<br>Meta Kernel<br>
</h1>

<h3 align="center">Here's the step-by-step process for installing and configuring ssclash on your OpenWrt router</h3>
<h3 align="center">Here's the step-by-step process for installing and configuring SSClash on your OpenWrt router</h3>

# Setup Guide

Expand All @@ -24,7 +24,7 @@ opkg install kmod-nft-tproxy
For iptables (if you have OpenWrt version < 22.03.x) – `iptables-mod-tproxy`.

## Step 3: Download and Install `luci-app-ssclash` Package
Download the ssclash package and install it.
Download the SSClash package and install it.

```bash
curl -L https://github.com/zerolabnet/ssclash/releases/download/v1.7/luci-app-ssclash_1.7-1_all.ipk -o /tmp/luci-app-ssclash_1.7-1_all.ipk
Expand Down
2 changes: 1 addition & 1 deletion rootfs/usr/share/luci/menu.d/luci-app-ssclash.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"admin/services/ssclash": {
"title": "ssclash",
"title": "SSClash",
"action": {
"type": "alias",
"path": "admin/services/ssclash/config"
Expand Down

0 comments on commit 3f55ea4

Please sign in to comment.