@anthonylzq/simba.js 7.1.0 → 7.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<h1 align="center">
|
|
2
2
|
<!-- <p align="center">Simba.js</p> -->
|
|
3
|
-
<a href="
|
|
3
|
+
<a href="./static/simba.png"><img src="https://i.ibb.co/QFX0WnH/simba-pink.png" alt="Simba.js"></a>
|
|
4
4
|
</h1>
|
|
5
5
|
|
|
6
6
|
|
|
@@ -155,9 +155,9 @@ Also, if you are interested in the folder structure of each case, please take a
|
|
|
155
155
|
- [Express-GraphQL-Sequelize case](./projectStructureExamples/express-GraphQL-sequelize.txt)
|
|
156
156
|
- [Express-Sequelize case](./projectStructureExamples/express-sequelize.txt)
|
|
157
157
|
- [Fastify case](./projectStructureExamples/fastify.txt)
|
|
158
|
-
- [Fastify-GraphQL case](
|
|
159
|
-
- [Fastify-GraphQL-Sequelize case](
|
|
160
|
-
- [Fastify-Sequelize case](
|
|
158
|
+
- [Fastify-GraphQL case](./projectStructureExamples/fastify-graphql.txt)
|
|
159
|
+
- [Fastify-GraphQL-Sequelize case](./projectStructureExamples/fastify-graphql-sequelize.txt)
|
|
160
|
+
- [Fastify-Sequelize case](./projectStructureExamples/fastify-sequelize.txt)
|
|
161
161
|
|
|
162
162
|
### Some considerations
|
|
163
163
|
|