Skip to content

Commit 45ad7d9

Browse files
committed
docs: update credits
1 parent bd90d8b commit 45ad7d9

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,14 @@ Formatter Components
9999
- simplify the program, fix bugs, improve running speed, and allow running in golang
100100
- https://github.com/soulteary/nginx-formatter
101101

102-
Runtime dependent components
102+
Runtime dependent Components
103103

104-
- ECMAScript 5.1(+) implementation in Go
104+
- ECMAScript 5.1(+) implementation in Go, under [MIT license].
105105
- https://github.com/dop251/goja
106+
107+
Web Components
108+
109+
- Gin is a HTTP web framework written in Go (Golang), under [MIT license].
110+
- https://github.com/gin-gonic/gin
111+
- Code Mirror, in-browser code editor, under [MIT license].
112+
- https://github.com/codemirror/codemirror5

README_CN.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,21 @@ Usage of ./nginx-formatter:
8989

9090
格式化组件
9191

92-
- 2016/06/24 Slomkowski 使用 Python 创建了一个 nginx 配置文件美化器,在 [Apache-2.0 许可] 下发布
92+
- 2016/06/24 Slomkowski 使用 Python 创建了一个 nginx 配置文件美化器,在 [Apache-2.0 许可] 下发布
9393
- https://github.com/1connect/nginx-config-formatter (https://github.com/slomkowski/nginx-config-formatter)
94-
- 2016/08/24 Yosef 在 [Apache-2.0 许可] 下移植了 JavaScript beautifier
94+
- 2016/08/24 Yosef 在 [Apache-2.0 许可] 下移植了 JavaScript beautifier
9595
- https://github.com/vasilevich/nginxbeautifier
9696
- 2023/04/18,soulteary 根据 [Apache-2.0 许可] 简化程序,修复错误,提高运行速度,并允许在 Golang 中运行。
9797
- https://github.com/soulteary/nginx-formatter
9898

9999
JavaScript 运行时组件:
100100

101-
- Go 中的 ECMAScript 5.1(+) 实现
101+
- Go 中的 ECMAScript 5.1(+) 实现,在 [MIT 许可]下发布。
102102
- https://github.com/dop251/goja
103+
104+
网络组件
105+
106+
- Gin,HTTP Web 框架,在 [MIT 许可]下发布。
107+
- https://github.com/gin-gonic/gin
108+
- Code Mirror, 浏览器内的编辑器,在 [MIT 许可]下发布。
109+
- https://github.com/codemirror/codemirror5

0 commit comments

Comments
 (0)