Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
keijiro committed Oct 7, 2021
1 parent 8ebc881 commit 7aa1b72
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions Packages/jp.keijiro.metamesh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ At the moment, it only supports very basic primitive shapes.
- Icosphere
- Cylinder
- Rounded box
- Disc
- Ring

How To Install
--------------
Expand All @@ -39,7 +41,7 @@ To the `scopedRegistries` section:
To the `dependencies` section:

```
"jp.keijiro.metamesh": "1.0.0"
"jp.keijiro.metamesh": "1.0.1"
```

After changes, the manifest file should look like below:
Expand All @@ -54,6 +56,6 @@ After changes, the manifest file should look like below:
}
],
"dependencies": {
"jp.keijiro.metamesh": "1.0.0",
"jp.keijiro.metamesh": "1.0.1",
...
```
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ At the moment, it only supports very basic primitive shapes.
- Icosphere
- Cylinder
- Rounded box
- Disc
- Ring

How To Install
--------------
Expand All @@ -39,7 +41,7 @@ To the `scopedRegistries` section:
To the `dependencies` section:

```
"jp.keijiro.metamesh": "1.0.0"
"jp.keijiro.metamesh": "1.0.1"
```

After changes, the manifest file should look like below:
Expand All @@ -54,6 +56,6 @@ After changes, the manifest file should look like below:
}
],
"dependencies": {
"jp.keijiro.metamesh": "1.0.0",
"jp.keijiro.metamesh": "1.0.1",
...
```

0 comments on commit 7aa1b72

Please sign in to comment.