Skip to content

Commit 04c8fb3

Browse files
docs(readme): remove replit
1 parent 76c9719 commit 04c8fb3

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
@@ -15,7 +15,7 @@ The web service is built with:
1515
- [cors](https://github.com/expressjs/cors)
1616
- [request](https://github.com/request/request)
1717

18-
For more information, check out the [site](https://corsmirror.onrender.com/), [Replit](https://replit.com/@remarkablemark/CORSmirror), or the [repository](https://github.com/CORSmirror/CORSmirror).
18+
For more information, check out the [site](https://corsmirror.onrender.com/) or the [repository](https://github.com/CORSmirror/CORSmirror).
1919

2020
## Usage
2121

@@ -37,7 +37,7 @@ You can also pass additional query strings that sets or overrides the [response
3737

3838
```javascript
3939
fetch(
40-
'https://corsmirror.onrender.com/v1/cors?url=http://example.com&content-type=text/plain'
40+
'https://corsmirror.onrender.com/v1/cors?url=http://example.com&content-type=text/plain',
4141
)
4242
.then((response) => response.headers.get('content-type'))
4343
.then((data) => console.log(data));

0 commit comments

Comments
 (0)