Skip to content

Commit e9d6f19

Browse files
committed
Move up the screencast and remove the screenshot
1 parent 5a78b9c commit e9d6f19

File tree

2 files changed

+10
-18
lines changed

2 files changed

+10
-18
lines changed

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ values and come with comprehensive tools to review changes.
1616
Snapshot tests are particularly useful if your reference values are very
1717
large or change often.
1818

19+
## What it looks like:
20+
21+
There is a screencast that shows the entire workflow: [watch the insta
22+
introduction screencast](https://www.youtube.com/watch?v=rCHrMqE4JOY&feature=youtu.be)
23+
1924
## How it operates
2025

2126
This crate exports multiple macros for snapshot testing:
@@ -43,15 +48,6 @@ For macros that work with `serde::Serialize` this crate also permits
4348
redacting of partial values. See [redactions](#redactions) for more
4449
information.
4550

46-
## What it looks like:
47-
48-
This is what the cargo insta review UI looks like:
49-
50-
<img src="https://github.com/mitsuhiko/insta/blob/master/assets/review.png?raw=true" alt="">
51-
52-
There is also a screencast that shows the entire workflow: [watch the insta
53-
introduction screencast](https://www.youtube.com/watch?v=rCHrMqE4JOY&feature=youtu.be)
54-
5551
## Example
5652

5753
Install `insta`:

src/lib.rs

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
//! Snapshot tests are particularly useful if your reference values are very
1515
//! large or change often.
1616
//!
17+
//! # What it looks like:
18+
//!
19+
//! There is a screencast that shows the entire workflow: [watch the insta
20+
//! introduction screencast](https://www.youtube.com/watch?v=rCHrMqE4JOY&feature=youtu.be)
21+
//!
1722
//! # How it operates
1823
//!
1924
//! This crate exports multiple macros for snapshot testing:
@@ -41,15 +46,6 @@
4146
//! redacting of partial values. See [redactions](#redactions) for more
4247
//! information.
4348
//!
44-
//! # What it looks like:
45-
//!
46-
//! This is what the cargo insta review UI looks like:
47-
//!
48-
//! <img src="https://github.com/mitsuhiko/insta/blob/master/assets/review.png?raw=true" alt="">
49-
//!
50-
//! There is also a screencast that shows the entire workflow: [watch the insta
51-
//! introduction screencast](https://www.youtube.com/watch?v=rCHrMqE4JOY&feature=youtu.be)
52-
//!
5349
//! # Example
5450
//!
5551
//! Install `insta`:

0 commit comments

Comments
 (0)