From d7f0adb69d02a47dce578c749a2aed6a86743389 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sun, 17 Oct 2021 00:54:00 -0600 Subject: [PATCH] docs: fix header formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16c172a..b2deb01 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ PayPal.init(client_id, client_secret, "sandbox", defaults); PayPal.request({ method, url, headers, json }); ``` -## No Dependencies Needed +### No Dependencies Needed If you'd like to keep your code super lightweight, you don't even need an SDK - you can just use simple HTTP requests: