Skip to content

Commit 12b0878

Browse files
committed
Documentation improvements
1 parent 4598fd5 commit 12b0878

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ can be reused to provide interactivity.
132132
{{ component.render_js }}
133133
```
134134

135-
*Note*: if you wish to use the `render_js` method, you *must* provide a `<script>` element
135+
**Note**: if you wish to use the `render_js` method, you **must** provide a `<script>` element
136136
pointing to React. React is omitted from the bundled component so that build times are reduced,
137137
and to ensure that multiple components can be included on a single page without duplicating
138138
React's codebase.
@@ -170,7 +170,7 @@ print(component.render_mount_js())
170170
Usage in development
171171
--------------------
172172

173-
When running in development, you are *strongly* recommended to run the
173+
When running in development, you are **strongly** recommended to run the
174174
node server as an external process. By using a separate process, the
175175
node server will be able to persist in-memory caches of your source files.
176176

@@ -193,7 +193,7 @@ frequently have to restart and rebuild your source files.
193193
Usage in production
194194
-------------------
195195

196-
When running in production, you are *strongly* recommended to use a
196+
When running in production, you are **strongly** recommended to use a
197197
process supervisor, such as [supervisor](http://supervisord.org/) or
198198
[PM2](https://github.com/Unitech/pm2) to control the node server that
199199
django-react and django-webpack use.

0 commit comments

Comments
 (0)