Skip to content

Commit 381e31d

Browse files
committed
minor updates
1 parent 771d6c9 commit 381e31d

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

docs/2016/v4.5.0.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ which now includes:
3737

3838
- [ServiceStack.Redis.Core](https://www.nuget.org/packages/ServiceStack.Redis.Core)
3939
- [ServiceStack.Client.Core](https://www.nuget.org/packages/ServiceStack.Client.Core)
40+
- [ServiceStack.Common.Core](https://www.nuget.org/packages/ServiceStack.Common.Core)
4041
- [ServiceStack.Text.Core](https://www.nuget.org/packages/ServiceStack.Text.Core)
4142
- [ServiceStack.Interfaces.Core](https://www.nuget.org/packages/ServiceStack.Interfaces.Core)
4243

@@ -93,22 +94,22 @@ In our mission to make [Gistlyn](http://gistlyn.com) an immensely useful and col
9394
exploring any .NET library, we've greatly improved the UX for editing Collections making it easier than ever to
9495
create "Live documentation" which we believe is the best way to learn about a library, mixing documentation and
9596
providing a live development experience letting developers try out and explore what they've just learned without
96-
losing context by needing to switch to their development environment and setup new projects to match each code sample.
97+
losing context by switching to their development environment and setting up new projects to match each code sample.
9798

98-
Gistlyn also makes it easy to share C# snippets with colleagues or library authors with just a URL or a saved
99-
Gist ID which anyone can view in a browser at [gistlyn.com](http://gistlyn.com) or on their
99+
Gistlyn also makes it easy to share C# snippets with colleagues or reporting an issue to library mainteners with
100+
just a URL or a saved Gist ID which anyone can view in a browser at [gistlyn.com](http://gistlyn.com) or on their
100101
[Desktop version of Gistlyn](http://gistlyn.com/downloads).
101102

102-
Here's an example of the new editing Collection features in action:
103+
Here's an example of the new Collection authoring features in action:
103104

104105
[![](http://i.imgur.com/156wYPJ.png)](https://youtu.be/FkdzYsx2lYw)
105106

106107
These new UX improvements have closed the loop in Gistlyn which lets you create, edit, browse and run C# Gists or
107108
Markdown docs, all without leaving Gistlyn. The editing experience is seamless and retains the same benefits
108-
as editing C# gists, including auto-saving as-you-type to localStorage, integrated persistence to Github gists,
109-
snapshots, deep linking as well as a built-in **Markdown Editor** with **Live Preview**, **easy linking** and
110-
**seamless image uploads** making it a great for authoring any kind of Markdown documentation and what we used
111-
to create these Release Notes :)
109+
as editing C# gists, including auto-saving as-you-type to `localStorage`, integrated persistence to Github gists,
110+
[snapshots](http://gistlyn.com/?collection=1576fda8eea87abbe94fa8051b4fed34), deep linking as well as a built-in
111+
**Markdown Editor** with **Live Preview**, **easy linking** and **seamless image uploads** making it a great for
112+
authoring any kind of Markdown documentation and what we used to create these Release Notes :)
112113

113114
Creating a Collection can be done at anytime from Gistlyn's main menu:
114115

@@ -159,8 +160,8 @@ As you're authoring your Markdown Document you can freely jump between different
159160
as Gistlyn automatically saves as-you-type so you can use the **Back** button to jump back
160161
to your new collection as you left it without missing a beat.
161162

162-
After navigating away from your page, the arrow icons below will appear to indicate what you're
163-
editing on the left no longer matches the same page on the right:
163+
After navigating away from your page, the arrow icons shown below will appear in the middle to indicate
164+
what you're editing on the left no longer matches the same page on the right:
164165

165166
![](http://i.imgur.com/JATmJJ8.png)
166167

0 commit comments

Comments
 (0)