From 7ea8bf1757d1a5b301d45abaac6115e2c360296d Mon Sep 17 00:00:00 2001 From: Tomas Bruckner <7334618+tomasbruckner@users.noreply.github.com> Date: Sun, 12 Apr 2020 19:44:42 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cb10158..5f20698 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Jest Snapshot Dotnet Simple snapshot testing with inspiration from amazing [Jest](https://jestjs.io) library. +## Installation +You can install it using [Nuget](https://www.nuget.org/packages/JestDotnet/). + ## How it works If you are unfamiliar with snapshot testing, I recommend you to check [Jest documentation](https://jestjs.io/docs/en/snapshot-testing).