Skip to content

Commit 3afdf16

Browse files
authored
Minor language changes
1 parent cef3966 commit 3afdf16

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
@@ -20,7 +20,7 @@ Query, Insert, Update, and Delete information from PostgreSQL, MsSQL, MySQL, Ora
2020
## Included Drivers
2121
This pack is already set up to connect to the databases listed above. Additional databases can be connected to but pre-requisite packages will need to be installed before the drivers will work. [SQLAlchemy Dialects Doc](https://docs.sqlalchemy.org/en/latest/dialects/index.html).
2222

23-
You can pass any of the following driver names without any additional packages needing installed.
23+
You can pass any of the following driver names without any additional packages needing installed:
2424
* `postgresql` - PostgreSQL databases
2525
* `mssql` - Microsoft SQL Server databases
2626
* `mysql` - MySQL/MariaDB databases
@@ -29,7 +29,7 @@ You can pass any of the following driver names without any additional packages n
2929

3030

3131
## Configuration and Connecting to Databases
32-
Connecting to different types of databases is shown below. Connecting to different databases is done in the same manor except with sqlite where all you need to pass is the path to the database in the database option. This is show below. For more information about connections please refer to [SQLAlchemy Connection Docs](https://docs.sqlalchemy.org/en/latest/core/engines.html)
32+
Connecting to different types of databases is shown below. Connecting to different databases is done in the same manner except with sqlite where all you need to pass is the path to the database in the database option. This is shown below. For more information about connections please refer to [SQLAlchemy Connection Docs](https://docs.sqlalchemy.org/en/latest/core/engines.html)
3333

3434
Copy the example configuration in [sql.yaml.example](./sql.yaml.example)
3535
to `/opt/stackstorm/configs/sql.yaml` and edit as required.

0 commit comments

Comments
 (0)