Skip to content

Commit bad841a

Browse files
fix: version bump
1 parent 9c7cee0 commit bad841a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ixo-blocksync
1+
# ixo-blocksync
22

33
[![ixo](https://img.shields.io/badge/ixo-project-blue)](https://ixo.foundation)
44
[![GitHub](https://img.shields.io/github/stars/ixofoundation/jambo?style=social)](https://github.com/ixofoundation/ixo-blocksync)
@@ -49,8 +49,8 @@ cd ixo-blocksync/
4949
```
5050

5151
Copy `.env.example` to `.env` and configure. If this step is skipped, ixo-blocksync will use `.env.example` as the configuration by default.
52-
Don't use quotations when asign env vars for docker
53-
Delete the seed folder in src/seed/\* if you do not plan to import data from json
52+
Don't use quotations when asign env vars for docker
53+
Delete the seed folder in src/seed/\* if you do not plan to import data from json
5454
Create a role(e.g. app_user) in the DB for postgress to work
5555

5656
```bash
@@ -68,4 +68,4 @@ The server exposes a Graphql api endpoint at `/graphql` which is set up using [P
6868

6969
A graphiql playground gets exposed at the endpoint `/graphiql` where you can play around, test queries and see the schemas.
7070

71-
We also generate and expose the full graphql schema file (schema.graphql) under the endpoint `/api/graphql_schema` if you need it to generate clients.
71+
We also generate and expose the full graphql schema file (schema.graphql) under the endpoint `/api/graphql_schema` if you need it to generate clients..

0 commit comments

Comments
 (0)