Skip to content

Commit

Permalink
1) Small textual change in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wvdvegt committed Jul 20, 2016
1 parent 971e430 commit 23233b0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# AssetManager
RAGE Asset Manager.

Note: The IWebServicerequest2 branch has been merged onto the main branch.
Note:
The IWebServicerequest2 branch has been merged onto the main branch.

Differences are that the old IWebServiceRequest interface is renamed to IWebServiceRequestAsync
and the new IWebServiceRequest2 interface to IWebServiceRequest.

Expand All @@ -12,4 +14,5 @@ Note: The IWebServicerequest2 branch has been merged onto the main branch.
The new interface also allows for non-standard verbs and can now be used easily for code like
if (HealthCheck() && Login()) { <Communicate with the server> }

Note: The repository was recently rebuild, so please clone it again.
Note:
The repository was recently rebuild, so please clone it again.

0 comments on commit 23233b0

Please sign in to comment.