From 12e49f4d984b2b89323932cb5dc03699ea258088 Mon Sep 17 00:00:00 2001 From: Tim Stewart Date: Fri, 10 May 2024 15:21:58 -0500 Subject: [PATCH] fix typo 'domnios' to 'dominos' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb762e7..52f16dd 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ try{ # Legacy CommonJS support -This is for those who wish to use the `domnios api` in older code bases still using `require`. While node v12+ is still required, see the detailed info and order example in [CommonJS.md](https://github.com/RIAEvangelist/node-dominos-pizza-api/blob/master/docs/CommonJS.md) for how to include and use the module in your code. +This is for those who wish to use the `dominos api` in older code bases still using `require`. While node v12+ is still required, see the detailed info and order example in [CommonJS.md](https://github.com/RIAEvangelist/node-dominos-pizza-api/blob/master/docs/CommonJS.md) for how to include and use the module in your code. ```js