Skip to content

Commit bd58f1c

Browse files
authored
change the title to English (#658)
1 parent 2b475a9 commit bd58f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/openapi.en-US.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You also need to add a command to the scripts of package.json.
4242

4343
Finally, we can execute `npm run openapi` to generate related interfaces and documents.
4444

45-
## 如何使用
45+
## How to use
4646

4747
openAPI has some workload for the backend, but the workload is far less than the cost of maintaining a document. If you maintain a document, you need to edit the document every time you update the code. With openAPI, you only need to access swagger and do some configuration to generate an interface. If you are using python or java, then access will become easy. For detailed access steps, please see the official document of [swagger](https://swagger.io/). Here mainly introduces how to use the front end.
4848

0 commit comments

Comments
 (0)