Skip to content

Commit

Permalink
docs: fix (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
Himenon authored Apr 7, 2021
1 parent 67b933e commit fae0db8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This library provides TypeScript type definitions and extracted parameters from
TypeScript AST is used to generate the code, which is accurately converted to TypeScript code.
Since the parameters extracted from OpenAPI can be used freely, it can be used for automatic generation of API Client and Server Side code, load balancer configuration files, etc.

## Usage
## Playground

- [Playground](https://himenon.github.io/openapi-typescript-code-generator-playground/index.html)

Expand Down
2 changes: 1 addition & 1 deletion docs/ja/README-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ OpenAPI から抽出したパラメーターは自由に使うことができる

## DEMO

- [DEMO](./example/README.md)
- [DEMO](../example/README.md)
- [DEMO: github/rest-api-client code generate](/~https://github.com/Himenon/github-rest-api-client/tree/master/source)
- /~https://github.com/github/rest-api-description

Expand Down

0 comments on commit fae0db8

Please sign in to comment.