Pārlūkot izejas kodu

Adding nuget link in readme

Sebastien Ros 11 gadi atpakaļ
vecāks
revīzija
7a3ee8a284
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -3,6 +3,7 @@
 # Jint
 
 Jint is a Javascript interpreter for .NET. Jint doesn't compile Javascript to .NET bytecode and in this sense might be best suited for projects requiring to run relatively small scripts faster, or which need to run on different platforms.
+It's available on nuget at https://www.nuget.org/packages/Jint
 
 # Objectives