Skip to content

Commit c23ec3d

Browse files
committed
code review
1 parent 5ddb11c commit c23ec3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To call the plugin:
2323
$("#container").as(Elastic).elastic(option);
2424
```
2525

26-
or you can use an ``ElasticHtmlPanel``` and all direct children of the panel (html elements or widgets) will be rearranged in column.
26+
or you can use an `ElasticHtmlPanel` and all direct children of the panel (html elements or widgets) will be rearranged in column.
2727

2828

2929

@@ -39,7 +39,7 @@ number of column to display. (default: 250px)
3939
* _InnerRowMargin_: Specify the space between each row (default: 10px)
4040
*_autoResize_: Specify if we have to recalculate the layout after a window resizing. (default: true)
4141

42-
To specify this option, you can use an ```ElasticOption``` object and pass it to the plugin or uses the specific method directly on the ElasticHtmlPanel
42+
To specify this option, you can use an `ElasticOption` object and pass it to the plugin or uses the specific method directly on the ElasticHtmlPanel
4343

4444
On each child we can specify the following attributes:
4545
*_data-elastic-span_: specify the number of column to span for this child.
@@ -55,7 +55,7 @@ There is no official release yet, but you can already use a snapshot version
5555
<artifactId>elastic</artifactId>
5656
<version>1.0-SNAPSHOT</version>
5757
</dependency>
58-
``
58+
```
5959

6060

6161
##Thanks to

0 commit comments

Comments
 (0)