Skip to content

Commit a75be77

Browse files
authored
Merge pull request #1 from boralp/master
2 parents e08fdfa + 4caf249 commit a75be77

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pinecone PHP
22

3-
A beautiful, extendable PHP Package to communicate with your [pincone.io](https://pincone.io) indices, collections and
3+
A beautiful, extendable PHP Package to communicate with your [pinecone.io](https://pinecone.io) indices, collections and
44
vectors, powered by [Saloon](https://github.com/sammyjo20/saloon).
55

66
> **Info**
@@ -9,23 +9,23 @@ vectors, powered by [Saloon](https://github.com/sammyjo20/saloon).
99
1010
## Introduction
1111

12-
This API provides a feature rich, elegant baseline for working with the [pincone.io](https://pincone.io) API. Developers
12+
This API provides a feature rich, elegant baseline for working with the [pinecone.io](https://pinecone.io) API. Developers
1313
can
14-
install and leverage this API to help them integrate [pincone.io](https://pincone.io) easily and beautifully.
14+
install and leverage this API to help them integrate [pinecone.io](https://pinecone.io) easily and beautifully.
1515

1616
## Installation
1717

1818
`composer require probots-io/pinecone-php`
1919

2020
## Features
2121

22-
Currently supports all of the available endpoints in the [pincone.io](https://pincone.io) API based
22+
Currently supports all of the available endpoints in the [pinecone.io](https://pinecone.io) API based
2323
on [the official documentation](https://docs.pinecone.io/reference)
2424

2525
### Authentication
2626

2727
Authentication via Api Key is the only available authentication methods currently supported.
28-
First, you will need to create an Api Key in your [pincone.io](https://pincone.io) instance.
28+
First, you will need to create an Api Key in your [pinecone.io](https://pinecone.io) instance.
2929

3030
```php
3131
use \Probots\Pinecone\Client as Pinecone;
@@ -79,7 +79,7 @@ if($response->successful()) {
7979

8080
### List Indices
8181

82-
[Pincone Docs](https://docs.pinecone.io/reference/list_indexes)
82+
[Pinecone Docs](https://docs.pinecone.io/reference/list_indexes)
8383

8484
```php
8585
$response = $pinecone->index()->list();
@@ -299,4 +299,4 @@ The MIT License (MIT). Please see [License File](LICENSE.md) for more informatio
299299
- [ ] Implement Custom Exceptions
300300
- [ ] Add failure tests
301301
- [ ] Add some examples
302-
- [ ] Finish docs
302+
- [ ] Finish docs

0 commit comments

Comments
 (0)