Skip to content

Commit 6d2c3e3

Browse files
Update manage.md
1 parent eb8abef commit 6d2c3e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/partner-solutions/neon/manage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ To view a specific project, select the project's name.
7272

7373
### Add a branch to a project
7474

75-
A branch is a copy-on-write clone of your data. You can create a branch from a current or past state. Each Neon project is created with a root branch called main. The first branch that you create is branched from the project's root branch. Subsequent branches can branch off the root branch or from a previously created branch.
75+
A branch is a copy-on-write clone of your data. You can create a branch from a current or past state. Each Neon project is created with a root branch called main. The first branch that you create is branched from the project's root branch. Subsequent branches can branch off the root branch or from a previously created branch.
7676

7777
To create a new branch, open the project in the working pane.
7878

@@ -88,15 +88,15 @@ To create a new branch, open the project in the working pane.
8888

8989
### Connect to a database
9090

91-
You can connect clients and applications to a Neon database.
91+
You can connect clients and applications to a Neon database via a connection string.
9292

93-
To connect to a database, open your project or branch in the working pane.
93+
To generate a connection string, open your project or branch in the working pane.
9494

9595
1. Select **Connect to database** from the menu bar in the working pane.
9696

9797
1. Verify the default values or select new values from each dropdown.
9898

99-
1. Select the copy icon next to the connection string to use it in your application stack.
99+
1. Select the copy icon next to the connection string.
100100

101101
:::image type="content" source="media/manage/connect.png" alt-text="A screenshot of the Connect to database options in the working pane with the copy icon emphasized.":::
102102

0 commit comments

Comments
 (0)