From 05ef2273e7fc81450dbb3a79d380b8bc219111de Mon Sep 17 00:00:00 2001 From: Aaron Bell Date: Sat, 19 Sep 2020 07:44:17 -0400 Subject: [PATCH] Update and rename programable.md to programmable.md --- docs/API/{programable.md => programmable.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename docs/API/{programable.md => programmable.md} (98%) diff --git a/docs/API/programable.md b/docs/API/programmable.md similarity index 98% rename from docs/API/programable.md rename to docs/API/programmable.md index 1933711..3bb0a35 100644 --- a/docs/API/programable.md +++ b/docs/API/programmable.md @@ -1,11 +1,11 @@ -# Programable API +# Programmable API This API is intended for the usage with db-migrate as a module and consists out of several functions. ## Using db-migrate as module -You can always find example on how to use the API in our +You can always find an example on how to use the API in our example project: https://github.com/db-migrate/api-examples