From 6bf35c0cefc1896c665b8ebe6d37fe1e9501b069 Mon Sep 17 00:00:00 2001 From: Alec M Date: Sun, 19 Mar 2023 11:16:32 -0400 Subject: [PATCH] Add install directions Signed-off-by: Alec M --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cf23f2..c7ca5d6 100644 --- a/README.md +++ b/README.md @@ -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