Skip to content

Commit 2d9fd5f

Browse files
authored
Update README.md
Corrected the statement about CSS loading order.
1 parent 1915294 commit 2d9fd5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/css/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Between the `<head>` and `</head>` tags, after the links to the Bootstrap CSS fi
107107
```html
108108
<link rel="stylesheet" href="{% static 'css/blog.css' %}">
109109
```
110-
The browser reads the files in the order they're given, so we need to make sure this is in the right place. Otherwise the code in our file may override code in Bootstrap files.
110+
The browser reads the files in the order they're given, so we need to make sure this is in the right place. Otherwise the code in our file may be overriden by code in Bootstrap files.
111111
We just told our template where our CSS file is located.
112112

113113
Your file should now look like this:

0 commit comments

Comments
 (0)