Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tbleckert authored Jun 3, 2019
1 parent 3baf534 commit 9ced92b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Minutemailer API BETA
Minutemailer API PHP Library
======================
These instructions are specifically for PHP. We'll add more general instructions soon in order to use the Minutemailer API.
This library allows you to quickly get started with the Minutemailer API via PHP. Libraries for other languages will come soon.

Any questions or comments? Maybe you’re interested in trying out the Minutemailer API? Contact us at <hello@minutemailer.com> and we'll get back to you.
Before you get started, read the [API documentation](http://minutemailer.com/api).

Installation
------------
Expand All @@ -11,6 +11,8 @@ or download the php-file [Minutemailer.php](https://github.com/minutemailer/api/

Usage
-----
First you need to create an API token. You can do so by logging in to your Minutemailer account and go to the [API settings page](https://app.minutemailer.com/u/settings/api).

Make sure the file is loaded, either by `require 'vendor/autoload.php'` if you are using composer or `require 'path/Minutemailer.php'` if you are not.

```php
Expand Down

0 comments on commit 9ced92b

Please sign in to comment.