Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nyzd committed Mar 16, 2024
1 parent 63cb740 commit 230b712
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ To run this simple fig program run `fig run ./{file name}`

Also, you can test out fig files in `examples` folder.

# Learn Fig
Fig has a [book](https://fig-lang.github.io/book/docs/Fig%20introduction) for learning the syntax and basic principles of fig.

## Server-side
You can write server-side applications with FigLang, FigCli has a command called `server` That will listen to the address and port you specified,
each time a request arrives the CLI will run the script and pass the HTTP request content to the main function.
Expand Down

0 comments on commit 230b712

Please sign in to comment.