We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85480ed commit b6534b2Copy full SHA for b6534b2
README.md
@@ -334,7 +334,7 @@ Testing
334
=======
335
`ngx_postgres` comes with complete test suite based on [Test::Nginx](http://github.com/agentzh/test-nginx).
336
337
-You can test core functionality using:
+You can test core functionality by running:
338
339
`$ TEST_NGINX_IGNORE_MISSING_DIRECTIVES=1 prove`
340
@@ -348,7 +348,7 @@ You can also test interoperability with following modules:
348
- [nginx-eval-module (agentzh's fork)](http://github.com/agentzh/nginx-eval-module),
349
- [ngx_rds_json](http://github.com/agentzh/rds-json-nginx-module).
350
351
-using:
+by running:
352
353
`$ prove`
354
0 commit comments