Skip to content

Commit 80f38e0

Browse files
add windows support
1 parent c46f06e commit 80f38e0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ No code is the best way to write secure and reliable applications. Write nothing
77
Start by not writing any code.
88

99
```
10-
echo "" > /dev/null
10+
1111
```
1212

1313
This is just an example application, but imagine it doing anything you want. Adding new features is easy too:
1414

1515
```
16-
echo "" > /dev/null
16+
1717
```
1818

1919
The possibilities are endless.
@@ -23,27 +23,27 @@ The possibilities are endless.
2323
Now that you have not done anything it's time to build your application:
2424

2525
```
26-
$
26+
2727
```
2828

2929
Yep. That's it. You should see the following output:
3030

3131
```
32-
$
32+
3333
```
3434

3535
### Deploying
3636

3737
While you still have not done anything it's time to deploy your application. By running the following command you can deploy your application absolutely nowhere.
3838

3939
```
40-
$
40+
4141
```
4242

4343
It's that simple. And when it comes time to scale the application, all you have to do is:
4444

4545
```
46-
$
46+
4747
```
4848

4949
I know right?

0 commit comments

Comments
 (0)