From 13a4578e924d27767ef4ca29af5bf0053e49a1e3 Mon Sep 17 00:00:00 2001 From: marcobarilari <38101692+marcobarilari@users.noreply.github.com> Date: Thu, 14 May 2020 18:43:33 +0200 Subject: [PATCH 1/2] fix code style name erorr --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c4fd1c..a85dfcd 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Most of the functions here are mostly wrappers around some PTB functions to faci ## Code guidestyle -We use the `pascalCase` to more easily differentiates our functions from the ones from PTB that use a `CamelCase`. +We use the `camelCase` to more easily differentiates our functions from the ones from PTB that use a `CamelCase`. ## Structure and function details @@ -58,4 +58,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d -This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! From 887eae533d65ab8cb25a51dafb87682591db4ffd Mon Sep 17 00:00:00 2001 From: marcobarilari Date: Thu, 14 May 2020 18:49:43 +0200 Subject: [PATCH 2/2] fix code style name error pt 2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a85dfcd..afb56bd 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Most of the functions here are mostly wrappers around some PTB functions to faci ## Code guidestyle -We use the `camelCase` to more easily differentiates our functions from the ones from PTB that use a `CamelCase`. +We use the `camelCase` to more easily differentiates our functions from the ones from PTB that use a `PascalCase`. ## Structure and function details