Skip to content

Commit 8632b87

Browse files
Update README.md
1 parent 28f0810 commit 8632b87

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11

2-
![img](https://upload.wikimedia.org/wikipedia/commons/0/01/CanvaScript.png "a tite")
2+
![img](https://github.com/CleanCode-developer/CanvaScript/blob/main/CanvaScript.png?raw=true "CanvaScript ")
33
# Welcome to CanvaScript
4+
>get Tickets for CanvaSrcipt LIVE! live is our announcement event thing that will being on our discord server.(burh i don't have money to buy or rent a fancy building and host a party)
5+
6+
7+
48
CanvaScipt is a library for Java.it run the server enabling Java as a server-side langange.it's lighter than JSP(if you are wondering Java Server Pages)if you have issues please go to
59
https://github.com/CleanCode-backup/CanvaScript/issues
610
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
711
https://github.com/CleanCode-backup/CanvaScript/pulls for that.
812
# Tutorials - Learn More
913
Welcome to the To Tutorials,for full documentation go to the <a href="Docs.md">Docs</a>(if you are wonder the folder doc is a part of the library.)
1014
in order to use the libary use the
11-
```sh
15+
```java
1216
import cavnascript.core
1317
```
1418

1519
in this Tutorial we will make a simple blog that show the data from a file on the server.
1620
make a file call index.java.
1721

18-
```sh
22+
```java
1923
package com.example.index;
2024

2125
import canvascript.core;

0 commit comments

Comments
 (0)