Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mpewsey authored May 15, 2024
1 parent 4c31617 commit c99404a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Unity currently does not offer a built-in layout group for creating stackings of

## Installation

To add the package to a project, in Unity, select `Window > Package Manager`.
In Unity, select `Window > Package Manager`.

![HexagonalUI](https://user-images.githubusercontent.com/23442063/163601100-191d8699-f4fd-42cc-96d4-f6aa5a8ae29b.png)

Expand All @@ -20,10 +20,10 @@ Select `Add package from git URL...` and paste the following URL:
https://github.com/mpewsey/HexagonalUI.git
```

RECOMMENDED: To lock into a specific version, append `#{VERSION_TAG}` to the end of the URL. For example:
To lock into a specific version, append `#{VERSION_TAG}` to the end of the URL. For example:

```
https://github.com/mpewsey/HexagonalUI.git#v1.3.0
https://github.com/mpewsey/HexagonalUI.git#v1.3.1
```

## Usage
Expand Down

0 comments on commit c99404a

Please sign in to comment.