Skip to content

Commit 2363823

Browse files
Resul AvanResul Avan
authored andcommitted
readme updates
1 parent cf90311 commit 2363823

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

functions/modules/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# modules
22
The code has nuxt frontend application and firebase functions as backend. Additionally, nuxt application has `serverMiddleware`. That `serverMiddleware` has same functionality as `firebase-functions`. That means there are some shared types and functions.
33

4-
The `modules` has been created to keep consistency, the code clean and reduce the maintenance duration.
4+
The `modules` has been created to keep consistency, clean code and reduce the maintenance.
55

66
The modules:
77
- [types-module](./types-module): has all shared types (enums, interfaces, constants)

functions/modules/handlers-module/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
npm i
55
npm run build
66

7-
## pack (to create handlers-module-1.0.0.tgz)
7+
## pack (to create handlers-module-<version>.tgz)
88
npm pack
99

1010
## install

functions/modules/types-module/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
npm i
55
npm run build
66

7-
## pack ( to create types-module-1.0.0.tgz)
7+
## pack ( to create types-module-<version>.tgz)
88
npm pack
99

1010
## install

0 commit comments

Comments
 (0)