Skip to content

Commit a29f25a

Browse files
authored
Update articles/service-connector/includes/code-neon-postgres-secret.md
1 parent 0207a92 commit a29f25a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-connector/includes/code-neon-postgres-secret.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ ms.author: wchi
171171
```bash
172172
gem install pg
173173
```
174-
In code, get the PostgreSQL connection information from environment variables added by Service Connector.
174+
2. In code, get the PostgreSQL connection information from environment variables added by Service Connector.
175175
```ruby
176176
require 'pg'
177177
require 'dotenv/load'

0 commit comments

Comments
 (0)