Skip to content

Commit

Permalink
update readme and gen yaml for beta version release
Browse files Browse the repository at this point in the history
  • Loading branch information
rkeur7 committed Nov 12, 2024
1 parent 2422c43 commit 1d8b13a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ info:
version: ""
description: Packagist library which integrates with Shippo Multi Carrier Shipping API. This library provides access to Shippo (goshippo.com) API capabilities. Including label generation, rating, tracking and more.
php:
version: 0.1.0
version: 3.0.0-beta.1
author: Shippo
clientServerStatusCodesAsErrors: true
defaultErrorName: SDKError
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ Shippo external API.: Use this API to integrate with the Shippo service
<!-- Start SDK Installation [installation] -->
## SDK Installation

### Composer

The SDK relies on [Composer](https://getcomposer.org/) to manage its dependencies.

To install the SDK first add the below to your `composer.json` file:
Expand Down Expand Up @@ -63,6 +61,7 @@ composer update
## SDK Example Usage

### Example

```php
declare(strict_types=1);

Expand Down

0 comments on commit 1d8b13a

Please sign in to comment.