Skip to content

Commit

Permalink
Update package.json & Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SolarianZ committed Jun 3, 2024
1 parent ea6a26b commit f14707f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ Certain features are not available in versions of Unity prior to 2022, for examp

## Installation

// TODO
[![openupm](https://img.shields.io/npm/v/com.greenbamboogames.projectnotes?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.greenbamboogames.projectnotes/)

Install this package via [OpenUPM](https://openupm.com/packages/com.greenbamboogames.projectnotes), or clone this repository directly into the Packages folder of your project.


## How to Use
Expand Down
6 changes: 4 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unity项目备忘
# Unity项目备忘录

[English](./README.md)

Expand Down Expand Up @@ -34,7 +34,9 @@ Unity 2021.3或更高版本。

## 安装

// TODO
[![openupm](https://img.shields.io/npm/v/com.greenbamboogames.projectnotes?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.cn/packages/com.greenbamboogames.projectnotes/)

[OpenUPM](https://openupm.cn/packages/com.greenbamboogames.projectnotes) 安装,或者直接将此仓库克隆到项目的Packages文件夹下。


## 如何使用
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.greenbamboogames.projectnotes",
"version": "1.0.0-preview",
"version": "1.0.0",
"displayName": "Project Notes!",
"description": "A small tool in Unity Editor to display notes, which can be used to share must-read information within a team.",
"unity": "2021.3",
Expand Down

0 comments on commit f14707f

Please sign in to comment.