Brendan Abolivier 6 years ago
parent
commit
4d869c4d67
Signed by: Brendan Abolivier <contact@brendanabolivier.com> GPG key ID: 8EF1500759F70623
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      content/enter-the-matrix.md

+ 1
- 1
content/enter-the-matrix.md View File

@@ -339,7 +339,7 @@ Now Bob will be able to join the room by sending a simple `POST` request to the
339 339
 
340 340
 So here we are, with a fresh room where Alice and Bob are able to interact with one another, with everything done using HTTP requests that you could do with your terminal using curl. Of course, you don't always have to do it that manually, and there are Matrix SDKs for various languages and platforms, including [JavaScript](https://matrix.org/docs/projects/sdk/matrix.org-js-sdk.html), [Go](https://matrix.org/docs/projects/sdk/goMatrix.html), [Python](https://matrix.org/docs/projects/sdk/goMatrix.html), [Android](https://matrix.org/docs/projects/sdk/matrix.org-android-sdk.html), [iOS](https://matrix.org/docs/projects/sdk/matrix.org-ios-sdk.html), and a lot more. The full list is available [right here](https://matrix.org/docs/projects/try-matrix-now.html#client-sdks).
341 341
 
342
-If you want to dive a bit deeper into the Matrix APIs, I advise you to have a look at the [spec](https://matrix.org/docs/spec) (even though it still needs a lot of work) and what the community has done with it on the [Try Matrix Now!](https://matrix.org/docs/projects/try-matrix-now.html) page on Matrix's website.
342
+If you want to dive a bit deeper into the Matrix APIs, I'd advise you to have a look at the [spec](https://matrix.org/docs/spec) (even though it still needs a lot of work) and what the community has done with it on the [Try Matrix Now!](https://matrix.org/docs/projects/try-matrix-now.html) page on Matrix's website.
343 343
 
344 344
 I hope you found this journey into Matrix's APIs as interesting as I did when I first heard of the project. Matrix is definitely something I'll keep playing with for a while, and might have some big news related to some Matrix-related projects I'm working on to share here in the coming months.
345 345