Skip to content

Commit eba7881

Browse files
committed
fix docs
1 parent 2b8f62c commit eba7881

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Readme.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,18 @@
66

77
Interpreter executable is built during release for 3 following platforms:
88
- Windows (x64)
9-
- MacOS (arm64 Apple Silicon)
9+
- macOS (arm64 Apple Silicon)
1010
- Linux (x64)
1111

1212
Download hydrascript executable on the corresponding release page.
1313

14-
[The latest relase is available here.](https://github.com/Stepami/hydrascript/releases/latest)
14+
[The latest release is available here.](https://github.com/Stepami/hydrascript/releases/latest)
1515

1616
Alternatively you can consume HydraScript as dotnet tool:
1717
```
1818
dotnet tool update --global hydrascript
1919
```
20+
NuGet link: https://www.nuget.org/packages/hydrascript
2021

2122
## Project History
2223

@@ -361,4 +362,4 @@ HydraScript file.js --dump
361362
4. [Stanford CS143 Lectures](https://web.stanford.edu/class/archive/cs/cs143/cs143.1128/)
362363
5. [Simple Virtual Machine](https://github.com/parrt/simple-virtual-machine)
363364
6. Ахо А., Ульман Дж. Теория синтаксического анализа, перевода и компиляции
364-
7. Свердлов С.З. Языки программирования и методы трансляции
365+
7. Свердлов С. З. Языки программирования и методы трансляции

0 commit comments

Comments
 (0)