Skip to content

Commit 4f0b28e

Browse files
committed
docs: Update README.md (#50)
1 parent 59e23e0 commit 4f0b28e

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,7 @@ npm run develop
6868

6969
The **Config Sync** plugin should now appear in the **Settings** section of your Strapi app.
7070

71-
To start tracking your config changes you have to make the first export. This will dump all your configuration data to the `/config/sync` directory. To export, run:
72-
73-
```bash
74-
# using yarn
75-
yarn config-sync export
76-
77-
# using npm
78-
npm run config-sync export
79-
```
71+
To start tracking your config changes you have to make the first export. This will dump all your configuration data to the `/config/sync` directory. You can export either through [the CLI](#-command-line-interface-cli) or [Strapi admin panel](#%EF%B8%8F-admin-panel-gui)
8072

8173
Enjoy 🎉
8274

@@ -191,7 +183,7 @@ npm run cs diff
191183
```
192184

193185
## 🖥️ Admin panel (GUI)
194-
This plugin ships with a settings page which can be accessed from the admin panel of Strapi. On this page you can pretty much do the same as you can from the CLI. You can import, export and see the difference between the config as found in the sync directory, and the config as found in the database.
186+
This plugin ships with a React app which can be accessed from the settings page in Strapi admin panel. On this page you can pretty much do the same as you can from the CLI. You can import, export and see the difference between the config as found in the sync directory, and the config as found in the database.
195187

196188
**Pro tip:**
197189
By clicking on one of the items in the diff table you can see the exact difference between sync dir and database in a git-style diff viewer.

0 commit comments

Comments
 (0)