Skip to content

Commit fd642d6

Browse files
authored
Update README.md
1 parent 83ad556 commit fd642d6

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

README.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
<h1 style="
2-
align: center;
3-
padding-left: 0.3em;
4-
background-image: url('media/banner.png');
5-
background-size: cover;
6-
background-position: center;
7-
background-repeat: no-repeat;">
1+
<h1 align="center">
82
<img alt="Dev Proxy" src="./media/icon.png" width="125" style="font-color:white" />
93
<p>Dev Proxy</p>
104
</h1>
@@ -25,7 +19,11 @@
2519

2620
# What is Dev Proxy?
2721

28-
Dev Proxy is an API simulator that helps you effortlessly test your app beyond the happy path.
22+
Dev Proxy is an API simulator that helps you effortlessly test your app beyond the happy path. Dev Proxy is a command-line tool that works on any platform. Because it intercepts network requests, it works with any type of app and tech stack.
23+
24+
Dev Proxy is **open source** and **free to use**.
25+
26+
![Dev Proxy](./media/banner.png)
2927

3028
You test your app to make sure it works as intended. But what if the APIs you use fail? Will your app lose your customer's data? How do you test for this? Simulating API failures is hard. You end up writing code that you won't be shipping or worse: not testing at all. That's why we built Dev Proxy, to simulate API errors so that you can easily test your app without changing your code.
3129

@@ -37,17 +35,12 @@ With Dev Proxy you:
3735
- **Quickly stand-up mock APIs** without writing a line of code, so that you can **focus on building your app instead of writing code you won't be shipping**.
3836
- Improve your app with contextual guidance on how you use APIs, to **make your app even better**.
3937

40-
Dev Proxy is a command-line tool that works on any platform. Because it intercepts network requests, it works with any type of app and tech stack.
41-
42-
Dev Proxy is **open source** and **free to use**.
43-
4438
## Get started
4539

4640
To get started with Dev Proxy, follow our [tutorial](https://aka.ms/devproxy/setup) to install and run Dev Proxy for the first time.
4741

4842
[![Getting started with Dev Proxy](https://img.youtube.com/vi/HVTJlGSxhcw/0.jpg)](https://www.youtube.com/watch?v=HVTJlGSxhcw)
4943

50-
5144
## .NET Foundation
5245

5346
This project is supported by the [.NET Foundation](https://dotnetfoundation.org).

0 commit comments

Comments
 (0)