Skip to content

Commit 7c23a41

Browse files
committed
Update size note and fix example in the readme.
1 parent 99f2594 commit 7c23a41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PowerTip features a very flexible design that is easy to customize, gives you a
2121
* Multiple instances
2222
* Works on any type of element
2323
* Supports complex content (markup with behavior & events)
24-
* Small footprint (only 3kb minified)
24+
* Small footprint (only 6kb minified)
2525
* Actively maintained
2626

2727
### Requirements
@@ -262,7 +262,7 @@ $.fn.powerTip.smartPlacementLists.n = ['n', 's', 'e', 'w'];
262262
$('.tips').powerTip({
263263
placement: 'n',
264264
smartPlacement: true
265-
})
265+
});
266266
```
267267

268268
Smart placement is **disabled** by default because I believe that the world would be a better place if features that override explicit configuration values were disabled by default.

0 commit comments

Comments
 (0)