Skip to content

Commit

Permalink
fix image urls (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettCleary authored May 3, 2024
1 parent d23b51d commit 0c09a35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ It is also possible to add the public key directly to your project through the [

To get the account name, navigate to the [HyperPlay Dev Portal](https://developers.hyperplay.xyz) and on the project card, you can find your account name in the "Published by: <account_name" text.

![image](./public/account_name.png)
![image](https://raw.githubusercontent.com/HyperPlay-Gaming/cli/main/public/account_name.png)

To get the project name, click the project card. The project name is in the text input field with the "Game Name" label, shown below.

![image](./public/project_name.png)
![image](https://raw.githubusercontent.com/HyperPlay-Gaming/cli/main/public/project_name.png)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperplay/cli",
"version": "2.11.8",
"version": "2.11.9",
"description": "Hyperplay CLI",
"author": "HyperPlay Labs, Inc.",
"bin": {
Expand Down

0 comments on commit 0c09a35

Please sign in to comment.