Update names in docs

This commit is contained in:
JeremyStar™ 2024-03-23 13:30:59 +01:00
parent 5111d0d8ba
commit bf0f08db7d

View file

@ -9,7 +9,7 @@ import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
```
This helps you install the CORE Framework in the first place.
This helps you install StarOpenSource UI in the first place.
## Installing CORE
Make sure you have the [CORE Framework](https://core.staropensource.de) set up in your project already. If not, [visit CORE's installation guide](https://core.staropensource.de/getting-started/setting-up/) and make sure CORE can fully initialize BEFORE any StarOpenSource UI elements are even loaded.
@ -49,7 +49,7 @@ git checkout stable
```
</TabItem>
</Tabs>
### Updating CORE
### Updating SUI
<Tabs groupId="git">
<TabItem value="direct-develop" label="Develop branch">
```bash