Skip to content

Commit d1e3ddc

Browse files
authored
Update package, now you can install using composer
1 parent eb7f4d8 commit d1e3ddc

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,7 +1,7 @@
11
Bigcommerce API Client
22
======================
33

4-
PHP client for connecting to the Bigcommerce V2 REST API.
4+
PHP client for connecting to the Bigcommerce V2 and V3 REST API.
55

66
To find out more, visit the official documentation website:
77
http://developer.bigcommerce.com/
@@ -31,10 +31,10 @@ Installation
3131
------------
3232

3333
Use the following Composer command to install the
34-
API client from [the Bigcommerce vendor on Packagist](https://packagist.org/packages/bigcommerce/api):
34+
API client from [the Bigcommerce vendor on Packagist](https://packagist.org/packages/naveenrajbu/bigcommerce-api-php-v3):
3535

3636
~~~shell
37-
$ composer require bigcommerce/api
37+
$ composer require naveenrajbu/bigcommerce-api-php-v3
3838
$ composer update
3939
~~~
4040

@@ -85,8 +85,8 @@ Set 'v3' by default if you're only using 'v3' APIs
8585

8686
'v3' methods has `$version` parameter which can be used if you didn't set version 'v3' as default version.
8787

88-
##Carts(V3)
89-
88+
Carts(V3)
89+
------------
9090
you can do almost all the functions in cart.
9191

9292
**Get Cart by Cart Id**: `getCart($id, $version = null);`

0 commit comments

Comments
 (0)