Skip to content

Commit 93a0964

Browse files
committed
Link to create application updated.
1 parent 0fe6305 commit 93a0964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ And that's it!
1111

1212
## How do I start using it?
1313

14-
The first thing to do is to instance a ```Meli``` class. You'll need to give a ```clientId``` and a ```clientSecret```. You can obtain both after creating your own application. For more information on this please read: [creating an application](http://developers.mercadolibre.com/creating-your-own-application/)
14+
The first thing to do is to instance a ```Meli``` class. You'll need to give a ```clientId``` and a ```clientSecret```. You can obtain both after creating your own application. For more information on this please read: [creating an application](http://developers.mercadolibre.com/application-manager/)
1515

1616
```csharp
1717
Meli m = new Meli(1234, "a secret");

0 commit comments

Comments
 (0)