Skip to content

Commit bd76bc9

Browse files
Update README.md
1 parent cabc710 commit bd76bc9

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,7 @@ Once you've chosen your configuration, run `serverless deploy` again (or simply
122122

123123
### Dev Mode
124124

125-
<p align="center">
126-
<img src="https://s3.amazonaws.com/assets.github.serverless/components/serverless_express_cli_dev_mode.gif" height="400" align="center">
127-
</p>
128-
125+
<img src="/assets/dev-demo.gif" height="250" align="right">
129126

130127
Now that you've got your basic express app up and running, it's time to develop that into a real world application. Instead of having to run `serverless deploy` everytime you make changes you wanna test, run `serverless dev`, which allows the CLI to watch for changes in your source directory as you develop, and deploy instantly on save.
131128

0 commit comments

Comments
 (0)