Skip to content

Commit 87da3b5

Browse files
Corrected markdown formatting.
1 parent 5046a41 commit 87da3b5

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ List sent faxes.
263263
See [docs](https://www.phaxio.com/docs/api/v2.1/faxes/list_faxes) for more information.
264264
265265
Arguments (Object):
266+
266267
| Key | Value Type | Required? | Description |
267268
| --- | ---------- | --------- | ----------- |
268269
| `created_before` | String | False | The end of the range. Must be in RFC 3339 format, except that the timezone may be omitted (e.g. `'2016-05-31T23:59:59'`). Defaults to now. |
@@ -466,11 +467,12 @@ phaxio.phoneNumber.listNumbers()
466467
## Testing This Package
467468
This package tests against the Phaxio API.
468469
470+
**YOU ARE RESPONSIBLE FOR ANY CHARGES ACCRUED WHEN RUNNING THE TEST SUITE.**
471+
469472
**WARNING** Running many of these tests will cause your Phaxio account to be billed, unless you use Test API credentials.
470473
471474
**DOUBLE WARNING** Running tests for provisioning Phone Numbers **WILL ALWAYS** bill your account, even if you use Test API credentials.
472475
These tests are not run by default. See `test/phonenumber/index.test.js` for comments on how to enable these tests.
473-
**YOU ARE RESPONSIBLE FOR ANY CHARGES ACCRUED WHEN RUNNING THIS TEST SUITE.**
474476
475477
You should create a `.env` file in the root of this directory containing three pieces of information:
476478
@@ -488,3 +490,5 @@ npm run test
488490
489491
# LICENSE
490492
MIT Copyright 2018 Phaxio
493+
494+
See LICENSE file for full detail.

0 commit comments

Comments
 (0)