diff --git a/README.md b/README.md index f3a3f17..be1e533 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ CLI from the file url._ To get started: 1. [Install deno](https://deno.land/#installation) 2. Run: - `deno run https://deno.land/x/graphman@v1.2.1/src/cli.ts ` + `deno run https://deno.land/x/graphman@v1.2.2/src/cli.ts ` 3. Import the generated `[...].postman_collection.json` file in postman. ### Install GraphMan @@ -51,7 +51,7 @@ If you want to access graphman easly you can "install" it on your machine: 1. [Install deno](https://deno.land/#installation) 2. Run: - `deno install -r -f --allow-net --allow-write -n graphman https://deno.land/x/graphman@v1.2.1/src/cli.ts` + `deno install -r -f --allow-net --allow-write -n graphman https://deno.land/x/graphman@v1.2.2/src/cli.ts` 3. The command will output `export PATH="..."` copy paste it in your `~/.bashrc` or `~/.zshrc` file to add graphman to your path. You can now run graphman using the `graphman ` command! 🎉 To **update** GraphMan just @@ -85,7 +85,7 @@ You can try graphman on public graphql APIs, and it is a great way to get started with graphQL: - Rick&Morty API: - `deno run https://deno.land/x/graphman@v1.2.1/src/cli.ts https://rickandmortyapi.com/graphql` + `deno run https://deno.land/x/graphman@v1.2.2/src/cli.ts https://rickandmortyapi.com/graphql` | | | :----------------------------------------------------------------------------------------------------------------: |