Skip to content

Commit bcd73c1

Browse files
chidRussell Hay
authored and
Russell Hay
committed
Update README.md (#71)
CLANotRequired
1 parent 59ac21c commit bcd73c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Features include:
2323
- Database Name
2424
- Getting Field information from data sources and workbooks
2525
- Get all fields in a data source
26-
- Get all feilds in use by certain sheets in a workbook
26+
- Get all fields in use by certain sheets in a workbook
2727

2828
We don't yet support creating files from scratch, adding extracts into workbooks or data sources, or updating field information
2929

@@ -45,7 +45,7 @@ Download the `.zip` file that contains the SDK. Unzip the file and then run the
4545
pip install -e <directory containing setup.py>
4646
```
4747

48-
#### Installing the Development Version From Git
48+
#### Installing the Development Version from Git
4949

5050
*Only do this if you know you want the development version, no guarantee that we won't break APIs during development*
5151

@@ -74,7 +74,7 @@ sourceWB.datasources[0].connections[0].username = "benl"
7474
sourceWB.save()
7575
```
7676

77-
With Data Integration in Tableau 10, a data source can have multiple connections. To access the connections simply index them like you would datasources
77+
With Data Integration in Tableau 10, a data source can have multiple connections. To access the connections simply index them like you would datasources.
7878

7979
```python
8080
from tableaudocumentapi import Workbook
@@ -104,6 +104,6 @@ sourceWB.save()
104104

105105

106106

107-
###Examples
107+
###[Examples](Examples)
108108

109-
The downloadable package contains several example scripts that show more detailed usage of the Document API
109+
The downloadable package contains several example scripts that show more detailed usage of the Document API.

0 commit comments

Comments
 (0)