Skip to content

Commit 5520e10

Browse files
authored
Update README.md
1 parent 59fe018 commit 5520e10

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<img src="https://cdns.tblsft.com/sites/default/files/blog/hyper_logo_1.jpg" width="100" height="100">
22

33

4-
# Hyper API Code Examples
4+
# Hyper API Samples
55
[![Tableau Supported](https://img.shields.io/badge/Support%20Level-Tableau%20Supported-53bd92.svg)](https://www.tableau.com/support-levels-it-and-developer-tools)
66

77

8-
This repo is the home of the Hyper API example code. All of the examples are available for each language supported by the Hyper API: Python, Java, C++, and C#/.Net (.NET Standard 2.0).
8+
This repo is the home of the Hyper API sample code. All of the samples are available for each language supported by the Hyper API: Python, Java, C++, and C#/.Net (.NET Standard 2.0).
99

1010
If you are looking to learn more about the Hyper API, please check out the [official documentation](https://help.tableau.com/current/api/hyper_api/en-us/index.html).
1111

@@ -19,8 +19,8 @@ For the unfamiliar, the Hyper API contains a set of functions you can use to aut
1919

2020

2121

22-
## What do these examples do?
23-
There are currently eight examples that are available in each language supported:
22+
## What do these samples do?
23+
There are currently eight samples that are available in each language supported:
2424

2525
* __create_hyper_file_from_csv__
2626
* Demonstrates how you can use the Hyper SQL COPY command to quickly populate a table in the .hyper file from the contents of a comma-separated value (CSV) file. This technique is the fastest way to bring data into an extract, as Hyper is reading data directly from the CSV file.
@@ -49,7 +49,7 @@ There are currently eight examples that are available in each language supported
4949

5050

5151
## How do I install the Hyper API?
52-
It is a prerequisite that to work with these examples, the Hyper API is installed in your language of choice. Head to our [official Hyper API Documentation](https://help.tableau.com/current/api/hyper_api/en-us/docs/hyper_api_installing.html) to get it up and running.
52+
It is a prerequisite that to work with these code samples, the Hyper API is installed in your language of choice. Head to our [official Hyper API Documentation](https://help.tableau.com/current/api/hyper_api/en-us/docs/hyper_api_installing.html) to get it up and running.
5353

5454

5555

0 commit comments

Comments
 (0)