Skip to content

Commit

Permalink
Add download link
Browse files Browse the repository at this point in the history
  • Loading branch information
Benestar committed Oct 20, 2013
1 parent 7544d19 commit a237aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Download and Installation

You can clone the source code from this repository to your local machine and compile it there. Note that the project depends on minimaljson.net, a JSON parser to get the api responses. You can download it [here](https://github.com/Benestar/minimaljson.net).

However, there is also a zipped compiled version of the api which is ready to use yet. Just download [the file](https://github.com/Benestar/wikibase.net/...) and unzip it. Then copy the DLL into your project folder and add Wikibase.dll as a refer to your project. Finally you have to add the using directive at the top of your file: `using Wikibase;`.
However, there is also a zipped compiled version of the api which is ready to use yet. Just download [the file](https://github.com/Benestar/wikibase.net/blob/master/Wikibase.NET.zip?raw=true) and unzip it. Then copy the DLLs into your project folder and add Wikibase.dll as a refer to your project. Finally you have to add the using directive at the top of your file: `using Wikibase;`.

License
-------
Expand Down

0 comments on commit a237aa8

Please sign in to comment.