Skip to content

Commit 94d38f9

Browse files
committed
Capitalize some parts of the README
1 parent be57714 commit 94d38f9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<span class="badge-npmversion"><a href="https://npmjs.org/package/pg" title="View this project on NPM"><img src="https://img.shields.io/npm/v/pg.svg" alt="NPM version" /></a></span>
66
<span class="badge-npmdownloads"><a href="https://npmjs.org/package/pg" title="View this project on NPM"><img src="https://img.shields.io/npm/dm/pg.svg" alt="NPM downloads" /></a></span>
77

8-
Non-blocking PostgreSQL client for node.js. Pure JavaScript and optional native libpq bindings.
8+
Non-blocking PostgreSQL client for Node.js. Pure JavaScript and optional native libpq bindings.
99

1010
## Install
1111

@@ -19,9 +19,9 @@ $ npm install pg
1919

2020
### Features
2121

22-
* Pure JavaScript client and native libpq bindings share _the same api_
22+
* Pure JavaScript client and native libpq bindings share _the same API_
2323
* Connection pooling
24-
* Extensible js<->postgresql data-type coercion
24+
* Extensible JS<->PostgreSQL data-type coercion
2525
* Supported PostgreSQL features
2626
* Parameterized queries
2727
* Named statements with query plan caching
@@ -35,18 +35,18 @@ The entire list can be found on our [wiki](https://github.com/brianc/node-postgr
3535

3636
## Support
3737

38-
node-postgres is free software. If you encounter a bug with the library please open an issue on the [github repo](https://github.com/brianc/node-postgres). If you have questions unanswered by the documentation please open an issue pointing out how the documentation was unclear & I will do my best to make it better!
38+
node-postgres is free software. If you encounter a bug with the library please open an issue on the [GitHub repo](https://github.com/brianc/node-postgres). If you have questions unanswered by the documentation please open an issue pointing out how the documentation was unclear & I will do my best to make it better!
3939

4040
When you open an issue please provide:
41-
- version of node
42-
- version of postgres
41+
- version of Node
42+
- version of Postgres
4343
- smallest possible snippet of code to reproduce the problem
4444

4545
You can also follow me [@briancarlson](https://twitter.com/briancarlson) if that's your thing. I try to always announce noteworthy changes & developments with node-postgres on Twitter.
4646

4747
### Professional Support
4848

49-
I offer professional support for node-postgres. I provide implementation, training, and many years of expertise on how to build applications with node, express, PostgreSQL, and react/redux. Please contact me at [brian.m.carlson@gmail.com](mailto:brian.m.carlson@gmail.com) to discuss how I can help your company be more successful!
49+
I offer professional support for node-postgres. I provide implementation, training, and many years of expertise on how to build applications with Node, Express, PostgreSQL, and React/Redux. Please contact me at [brian.m.carlson@gmail.com](mailto:brian.m.carlson@gmail.com) to discuss how I can help your company be more successful!
5050

5151
### Sponsorship :star:
5252

@@ -63,7 +63,7 @@ I will __happily__ accept your pull request if it:
6363

6464
## Troubleshooting and FAQ
6565

66-
The causes and solutions to common errors can be found among the [Frequently Asked Questions(FAQ)](https://github.com/brianc/node-postgres/wiki/FAQ)
66+
The causes and solutions to common errors can be found among the [Frequently Asked Questions (FAQ)](https://github.com/brianc/node-postgres/wiki/FAQ)
6767

6868
## License
6969

0 commit comments

Comments
 (0)