Skip to content

Commit 73f9cf5

Browse files
committed
docs(readme): fix links
1 parent 7d1c2fb commit 73f9cf5

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
@@ -47,7 +47,7 @@ const query = gql`
4747
`
4848
```
4949

50-
**[⚡️ See live example on CodeSandbox](https://codesandbox.io/s/l42jqm319l)**
50+
**⚡️ [See live example on CodeSandbox](https://codesandbox.io/s/l42jqm319l)**
5151

5252
## Motivation
5353

@@ -129,9 +129,9 @@ const ArticleList = ({ articles }) => (
129129
export default ArticleList
130130
```
131131

132-
**[⚡️ See live example on CodeSandbox](https://codesandbox.io/s/l42jqm319l)**
132+
**⚡️ [See live example on CodeSandbox](https://codesandbox.io/s/l42jqm319l)**
133133

134-
**[⚡️ See React example in this repository](https://github.com/smooth-code/fraql/tree/master/examples/react)**
134+
**⚡️ [See React example in this repository](https://github.com/smooth-code/fraql/tree/master/examples/react)**
135135

136136
## Mocking
137137

@@ -214,7 +214,7 @@ const props = mocker.mockFragments(ArticleCard.fragments)
214214
const articleCard = <ArticleCard {...props} />
215215
```
216216

217-
**[⚡️ See StoryBook example in this repository](https://github.com/smooth-code/fraql/tree/master/examples/react)**
217+
**⚡️ [See StoryBook example in this repository](https://github.com/smooth-code/fraql/tree/master/examples/react)**
218218

219219
## Recipes
220220

0 commit comments

Comments
 (0)