Skip to content

Commit 024ca0a

Browse files
authored
Update README.md
1 parent 6e6bf8c commit 024ca0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# TutorialValidator
1+
# AI Tutorial Validator
22

33
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
44
[![.NET](https://img.shields.io/badge/.NET-10-512BD4)](https://dotnet.microsoft.com/download/dotnet/10.0)
55

6-
TutorialValidator is an AI-powered tool that checks whether a software documentation tutorial actually works. You give it a URL, it scrapes the tutorial, turns every instruction into an executable step, then runs those steps exactly as a developer would — installing packages, writing files, running commands, making HTTP calls, and asserting results.
6+
AI Tutorial Validator is an AI-powered tool that checks whether a software documentation tutorial actually works. You give it a URL, it scrapes the tutorial, turns every instruction into an executable step, then runs those steps exactly as a developer would — installing packages, writing files, running commands, making HTTP calls, and asserting results.
77

88
We originally built it internally to validate [ABP Framework](https://abp.io) tutorials, and then decided to publish it as open source so you can use it to validate any publicly accessible tutorial.
99

@@ -46,7 +46,7 @@ Docker mode runs the tutorial execution inside an isolated container, so nothing
4646
**Step 1 — Clone the repository**
4747

4848
```bash
49-
git clone https://github.com/AbpFramework/TutorialValidator.git
49+
git clone https://github.com/abpframework/tutorial-validator.git
5050
cd TutorialValidator
5151
```
5252

0 commit comments

Comments
 (0)