Skip to content

Commit d19bfe3

Browse files
Update README.md
1 parent 15e6ee7 commit d19bfe3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,20 @@ Hi! My name is Jeffrey Lanters, thanks for checking out my modules! I've been a
3434

3535
# Installation
3636

37-
## Using OpenUPM
37+
## Using the Unity Package Manager
3838

39-
The module is availble on the OpenUPM package registry, you can install the latest stable release using the OpenUPM Package manager's Command Line Tool using the following command.
39+
Install the latest stable release using the Unity Package Manager by adding the following line to your `manifest.json` file located within your project's Packages directory.
4040

41-
```sh
42-
openupm add nl.elraccoone.entity-component-system
41+
```json
42+
"nl.elraccoone.entity-component-system": "git+https://github.com/elraccoone/unity-entity-component-system"
4343
```
4444

45-
## Using Unity Package Manager
45+
## Using OpenUPM
4646

47-
Install the latest stable release using the Unity Package Manager by adding the following line to your `manifest.json` file located within your project's Packages directory.
47+
The module is availble on the OpenUPM package registry, you can install the latest stable release using the OpenUPM Package manager's Command Line Tool using the following command.
4848

49-
```json
50-
"nl.elraccoone.entity-component-system": "git+https://github.com/elraccoone/unity-entity-component-system"
49+
```sh
50+
openupm add nl.elraccoone.entity-component-system
5151
```
5252

5353
# Documentation

0 commit comments

Comments
 (0)