Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-tengler committed Aug 14, 2022
1 parent 5cc5bb1 commit 87bab9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,3 @@ npx -y @tobiastengler/create-relay-app
> Note: We are working on getting the `create-relay-app` name!
This will prompt you for a bunch of questions around your project setup. If you do not want to specify these options interactively, you can also specify them through the [CLI arguments](./docs/cli-arguments.md). Passing `-y` will [infer all arguments](./docs/default-values.md) based on your project.

## Default values
4 changes: 2 additions & 2 deletions src/bin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ if (settings.toolchain === "cra") {
console.log();
console.log(
`Otherwise the transform of the ${highlight(
"graphql"
)}\`\` tagged literal will not work!`
"graphql``"
)} tagged literal will not work!`
);
console.log(
"If you do not want to use the macro, you can check out the following document for guidance:"
Expand Down

0 comments on commit 87bab9a

Please sign in to comment.