Skip to content

Commit 7a94e37

Browse files
authored
Update README.md
1 parent 7b375f3 commit 7a94e37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unity Network REST
22

3-
![npm](https://img.shields.io/npm/v/extensions.unity.network) ![License](https://img.shields.io/github/license/IvanMurzak/Unity-Network-REST) [![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://stand-with-ukraine.pp.ua)
3+
![npm](https://img.shields.io/npm/v/extensions.unity.network) [![openupm](https://img.shields.io/npm/v/extensions.unity.network?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/extensions.unity.network/) ![License](https://img.shields.io/github/license/IvanMurzak/Unity-Network-REST) [![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://stand-with-ukraine.pp.ua)
44

55
REST plugin for client app/game to communicate with single or multiple remote servers using SOLID principles and clean code. Only JSON format is supported for data sending/receiving.
66

@@ -19,7 +19,7 @@ REST plugin for client app/game to communicate with single or multiple remote se
1919
- Install [ODIN Inspector](https://odininspector.com/)
2020
- Install [OpenUPM-CLI](https://github.com/openupm/openupm-cli#installation)
2121
- Open command line in Unity project folder
22-
- `openupm --registry https://registry.npmjs.org add extensions.unity.network`
22+
- `openupm add extensions.unity.network`
2323

2424
# How to install - Option 2
2525

0 commit comments

Comments
 (0)