diff --git a/README.md b/README.md index 6d8eddf..2334645 100644 --- a/README.md +++ b/README.md @@ -41,19 +41,8 @@ Create a JSON file with data about three planets including their name, distance ### Run Your .ai File -```python - -from ai_lang.ai_lang import process_ai_file_sync -from loguru import logger -import sys - -try: - results = process_ai_file_sync("test.ai") - logger.info(f"Successfully processed {len(results)} requests") -except Exception as e: - logger.exception(f"Failed to process file: {e}") - sys.exit(1) - +```bash +ai-lang run example.ai ```