Skip to content

Commit da3aaa3

Browse files
committed
Update README.md
The git commit message was erroneously the same as for the next chapter. :)
1 parent b138277 commit da3aaa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/extend_your_application/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ It'd be good to see if your website will still be working on PythonAnywhere, rig
154154
$ git status
155155
$ git add -A .
156156
$ git status
157-
$ git commit -m "Added views to create/edit blog post inside the site."
157+
$ git commit -m "Added view and template for detailed blog post as well as CSS for the site."
158158
$ git push
159159
```
160160

0 commit comments

Comments
 (0)