Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken headings in Markdown files #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
#VsChromium
VsChromium is a Visual Studio Extension containing a collection of tools
useful for editing, navigating and debugging code.
VsChromium was originally developed to help when contributing code to the
[Chromium project](http:/www.chromium.org), but has evolved over time to become
a more general purpose extension that can be useful for any project.
Amongst other things, VsChromium offers full text search engine, a fast and
scalable alternative to the built-in "Find in Files" feature that can provide
search results in less than 0.1 seconds for 100,000+ files.
See the [Feature summary](http://chromium.github.io/vs-chromium/#feature-summary)
and [Getting started](http://chromium.github.io/vs-chromium/#getting-started)
sections for more information.
[Documentation](http://chromium.github.io/vs-chromium)
[Installation instructions](http://chromium.github.io/vs-chromium/#installation)
# VsChromium

VsChromium is a Visual Studio Extension containing a collection of tools
useful for editing, navigating and debugging code.

VsChromium was originally developed to help when contributing code to the
[Chromium project](http:/www.chromium.org), but has evolved over time to become
a more general purpose extension that can be useful for any project.

Amongst other things, VsChromium offers full text search engine, a fast and
scalable alternative to the built-in "Find in Files" feature that can provide
search results in less than 0.1 seconds for 100,000+ files.

See the [Feature summary](http://chromium.github.io/vs-chromium/#feature-summary)
and [Getting started](http://chromium.github.io/vs-chromium/#getting-started)
sections for more information.

[Documentation](http://chromium.github.io/vs-chromium)

[Installation instructions](http://chromium.github.io/vs-chromium/#installation)