Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gfx committed Jul 10, 2024
1 parent 3861266 commit f1a22eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ TiScript is intentionally designed to be **Turing incomplete**. This means it fo

## Project Status

This is a work in progress. **The current implementation is a proof of concept**, and the feature is incomplete. The goal is to provide a simple and easy-to-use configuration language that can be used in various applications.
This is a work in progress. **The current implementation is MVP** and not intended to be used in production.

## Example

TiScript definition (it's also a TypeScript snippet):
TiScript definition (it's 100% compatible with TypeScript):

```typescript
// editor_config.ts
Expand Down

0 comments on commit f1a22eb

Please sign in to comment.