Skip to content

Commit

Permalink
Add install directions
Browse files Browse the repository at this point in the history
Signed-off-by: Alec M <[email protected]>
  • Loading branch information
amattu2 committed Mar 19, 2023
1 parent 3fb17b3 commit 6bf35c0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@ This is a simple VIN decoder wrapper for the [NHTSA (United States Department of

## Import

Install with composer

```bash
require amattu2/nhtsa-wrapper
```

```PHP
require("classes/nhtsa.class.php");
require "vendor/autoload.php";
```

## VIN Decode
Expand Down

0 comments on commit 6bf35c0

Please sign in to comment.