Skip to content

Commit 6c84bfd

Browse files
committed
Update README.md
1 parent 6c0e912 commit 6c84bfd

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22

33
| Branch | Build Status |
44
|------------|--------------|
5-
| **master** | [![master branch build status][masterBuildStatus]][masterBuild] |
6-
| **next** | [![next branch build status][nextBuildStatus]][nextBuild] |
5+
| **master** | ![master branch build status][masterBuildStatus] |
6+
| **next** | ![next branch build status][nextBuildStatus] |
77

8-
[nextBuild]:https://ci.appveyor.com/project/ckuhn203/rubberduck-3v9qv/branch/next
9-
[nextBuildStatus]:https://ci.appveyor.com/api/projects/status/bfwl1pwu9eeqd11o/branch/next?svg=true
10-
[masterBuild]:https://ci.appveyor.com/project/ckuhn203/rubberduck-3v9qv/branch/master
11-
[masterBuildStatus]:https://ci.appveyor.com/api/projects/status/bfwl1pwu9eeqd11o/branch/master?svg=true
8+
[nextBuildStatus]:https://ci.appveyor.com/api/projects/status/we3pdnkeebo4nlck/branch/next?svg=true
9+
[masterBuildStatus]:https://ci.appveyor.com/api/projects/status/we3pdnkeebo4nlck/branch/master?svg=true
1210

1311
Rubberduck is a COM Add-In for the VBA IDE that makes VBA development even more enjoyable, by extending the Visual Basic Editor (VBE) with menus, toolbars and toolwindows that enable things we didn't even think were possible when we first started this project.
1412

@@ -20,7 +18,7 @@ If you're learning VBA, Rubberduck can help you avoid a few common beginner mist
2018

2119
---
2220

23-
#[Contributing](https://github.com/rubberduck-vba/Rubberduck/wiki/Contibuting)
21+
#[Contributing](https://github.com/rubberduck-vba/Rubberduck/wiki/Contributing)
2422

2523
If you're a C# developer looking for a fun project to contribute to, feel free to fork the project and
2624
[come meet the devs in Code Review's "VBA Rubberducking" chatroom][chat] - we'll be happy to answer your questions and help you help us!
@@ -88,6 +86,12 @@ LibGit2Sharp is the library that has allowed us to integrate Git right into the
8886
8987
Which basically means it's a reimplementation of Git in C. It also [happens to be the technology Microsoft uses for their own Git integration with Visual Studio](http://www.hanselman.com/blog/GitSupportForVisualStudioGitTFSAndVSPutIntoContext.aspx).
9088

89+
###[WPF Localization Using RESX Files](http://www.codeproject.com/Articles/35159/WPF-Localization-Using-RESX-Files)
90+
91+
This library makes localizing WPF applications at runtime using resx files a breeze. Thank you [Grant Frisken](http://www.codeproject.com/script/Membership/View.aspx?mid=1079060)!
92+
93+
> Licensed under [The Code Project Open License](http://www.codeproject.com/info/cpol10.aspx).
94+
9195
##Icons
9296

9397
We didn't come up with these icons ourselves! Here's who did what:

0 commit comments

Comments
 (0)