Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 188df1c

Browse files
committed
Fixing the image float
1 parent 4895033 commit 188df1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ that isn't currently covered well by sync, please [let us know](mailto:codepushf
1919

2020
## How does it work?
2121

22-
<img src="https://cloud.githubusercontent.com/assets/116461/10835297/20b7cdf0-7e5e-11e5-8e44-ea6144839e5f.png" style="float: right" />
22+
<img src="https://cloud.githubusercontent.com/assets/116461/10835297/20b7cdf0-7e5e-11e5-8e44-ea6144839e5f.png" align="right" />
2323

2424
A React Native application's assets (JavaScript code and other resources) are traditionally bundled up as a ```.jsbundle``` file which is loaded from the application installation location on the target device during runtime. After you submit an update to the store, the user downloads the update, and those assets will be replaced with the new assets.
2525

0 commit comments

Comments
 (0)