Skip to content

Commit c6e6d4e

Browse files
committed
docs: update repository URLs in README 🔄
Updated the repository URLs from `stayradiated` to `Runn-Fast` in the README file. - Changed the "Try it live" URL to point to the new repository - Updated the git clone command to use the new repository URL
1 parent 308c497 commit c6e6d4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A fast, powerful web tool that inlines GraphQL fragments into their query operations, making it easier to understand and work with GraphQL queries.
44

5-
[Try it live](https://stayradiated.github.io/graphql-compiler)
5+
[Try it live](https://runn-fast.github.io/graphql-compiler)
66

77
![Screenshot of GraphQL Query/Fragment Inliner tool](./screenshot.png)
88

@@ -86,7 +86,7 @@ query UserQuery($id: ID!) {
8686

8787
```bash
8888
# Clone the repository
89-
git clone https://github.com/stayradiated/graphql-compiler.git
89+
git clone https://github.com/Runn-Fast/graphql-compiler.git
9090
cd graphql-compiler
9191

9292
# Install dependencies

0 commit comments

Comments
 (0)