You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 25, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Please report any issues or new features you wish to see for Squid.
40
40
Documentation is available at [https://squidjs.github.io/docs](https://squidjs.github.io/docs);
41
41
42
42
## Extending
43
-
The config file is located in your user's home directory, and called `.squidrc.json`. Squid is higly customizable thanks to a powerful **plugins** system. With plugins, you can easily share and add custom **themes**, and add **new features**.
43
+
The config file is located in your user's home directory, and called `.squidrc.json`. Squid is higly customizable thanks to a powerful **packages** system. With packages, you can easily share and add custom **themes** and **packages** to add new features.
44
44
45
45
See the [documentation](https://squidjs.github.io/docs/configuration) for more information.
46
46
@@ -52,7 +52,7 @@ You can choose to use our server (this is the default configuration), or you can
52
52
See the [documentation](https://squidjs.github.io/docs/cloud) for more information.
53
53
54
54
## CLI
55
-
Squid ships with an easy-to-use CLI, used to start the app from any terminal and manage themes and plugins easily.
55
+
Squid ships with an easy-to-use CLI, used to start the app from any terminal and manage packages easily.
56
56
Run `squid --help` for a list of available commands.
57
57
58
58
See the [documentation](https://squidjs.github.io/docs/cli) for more information.
0 commit comments