Skip to content

Commit fc22284

Browse files
Update README.md
1 parent 70f3839 commit fc22284

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
@@ -1,7 +1,7 @@
11

22
![img](https://upload.wikimedia.org/wikipedia/commons/0/01/CanvaScript.png "a tite")
33
# Welcome to CanvaScript
4-
CanvaScipt is a library for Java.it enabling Java as a sever-side langange.if you have issues please go to
4+
CanvaScipt is a library for Java.it enabling Java as a sever-side langange.it's lighter JSP(if you are wondering)if you have issues please go to
55
https://github.com/CleanCode-backup/CanvaScript/issues
66
and make a new issue.also if you can do a pull request please do that.that will make my day 😊!you can go to
77
https://github.com/CleanCode-backup/CanvaScript/pulls for that.
@@ -12,7 +12,7 @@ in order to use the libary use th <code>import cavnascript</code>
1212
first Let's Create a HTML page that Java can use.
1313

1414
<code>
15-
import canvascript.htmldoc;
15+
import canvascript.doc.htmldoc;
1616
class examlpe001{
1717
htmldoc page = new htmldoc();
1818
<b>htmldoc.CreateHTML(pagePath,pageName,pageTitle,);</b>

0 commit comments

Comments
 (0)