Skip to content

Commit

Permalink
docs: update physic doc
Browse files Browse the repository at this point in the history
  • Loading branch information
06wj authored Dec 5, 2017
1 parent 507230d commit a14f506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/extensions/physics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
arb.b.body.view.background = separateColor;
}
});
```
```
1. 添加关节 [详细api](./api.md#Physics#addConstraint)
Expand All @@ -87,4 +87,4 @@
```
npm install -g jsdoc-to-markdown
jsdoc2md src/extensions/physics/physics.js > src/extensions/physics/api.md
```
```

0 comments on commit a14f506

Please sign in to comment.