huply 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ Recommended step for projects with integrated module bundler (e.g. Webpack) or t
|
|
|
24
24
|
1. Add ``lang`` - Attribute to html-Tag. Otherwise english or the defined fallback language is used as default language.
|
|
25
25
|
``<html lang="en">``
|
|
26
26
|
|
|
27
|
-
2. Execute init-function
|
|
27
|
+
2. Execute init-function:
|
|
28
28
|
````
|
|
29
29
|
new Huply().init();
|
|
30
30
|
````
|