Merge pull request #59 from ValKmjolnir/develop

📝 fix typo
This commit is contained in:
ValK 2024-12-27 01:01:26 +08:00 committed by GitHub
commit 4035c6c98a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ Make sure thread model is `posix thread model`, otherwise no thread library exis
### __Windows (Visual Studio)__ ### __Windows (Visual Studio)__
There is a [__CMakelists.txt__](./CMakeLists.txt) to create project. Recently we find how to build it with command line tools: [__Build Nasal-Interpreter on Windows]__(./doc/windows-build.md). There is a [__CMakelists.txt__](./CMakeLists.txt) to create project. Recently we find how to build it with command line tools: [__Build Nasal-Interpreter on Windows__](./doc/windows-build.md).
### __Linux / macOS / Unix__ ### __Linux / macOS / Unix__