Browse Source

Update 'README.md'

天问 11 months ago
parent
commit
8b44261f52
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -39,7 +39,7 @@ poetry update
 poetry export
 
 # 发布
-poetry builld
+poetry build
 poetry publish
 
 ```