Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sudo yum update
sudo yum install dbfs-0.2.5-0.x86_64.rpm
```

Check if your installation was successfull by running:
Check if your installation was successful by running:
`dbfs -h`

Note: DBFS for SUSE linux and apt-get/yum package installs for Ubuntu/Red Hat coming soon!
Expand Down Expand Up @@ -50,7 +50,7 @@ The contents of the file should be
``` sh
[server friendly name]
hostname=[HOSTNAME]
username=[DATBASE_LOGIN]
username=[DATABASE_LOGIN]
password=[PASSWORD]
version=[VERSION]
customQueriesPath=[PATH_TO_CUSTOM_QUERY_FOLDER]
Expand Down