Skip to content

Commit aab089d

Browse files
committed
formatting edit
formatting edit
1 parent 1278e47 commit aab089d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,15 @@ I appended this to my CLFAGS line:
102102
-I /root/dl/libjwt/include -I /root/dl/jansson/src -std=gnu99
103103
```
104104

105-
I added these lines to to objs/nginx list:
105+
I added these lines to objs/nginx list:
106106

107107
```
108108
objs/addon/ngx_http_auth_jwt_module/ngx_http_auth_jwt_module.o \
109109
/root/dl/libjwt/lib/libjwt.a \
110110
/usr/local/lib/libjansson.a
111111
```
112112

113-
I added these lines to the xxx list:
113+
I added these lines to the link command:
114114

115115
```
116116
objs/addon/ngx_http_auth_jwt_module/ngx_http_auth_jwt_module.o \

0 commit comments

Comments
 (0)