Ver Fonte

Update README.md

David Dias há 8 anos atrás
pai
commit
52192c1644
1 ficheiros alterados com 22 adições e 22 exclusões
  1. 22 22
      README.md

+ 22 - 22
README.md

@@ -172,28 +172,28 @@ If you would you like to start your own language implementation of IPFS, check o
 
 ### API Client Libraries
 
-| Language | Client Library | Completeness |
-|----------|----------------|--------------|
-| Go | https://github.com/ipfs/go-ipfs-api | |
-| Java | https://github.com/ipfs/java-ipfs-api | |
-| Javascript | https://github.com/ipfs/js-ipfs-api | |
-| Python | https://github.com/ipfs/py-ipfs-api | |
-| Scala | https://github.com/ipfs/scala-ipfs-api | |
-| Haskell | https://github.com/davidar/hs-ipfs-api | |
-| Swift | https://github.com/ipfs/swift-ipfs-api | |
-| CommonLisp | https://github.com/WeMeetAgain/cl-ipfs-api | |
-| Rust | https://github.com/rschulman/rust-ipfs-api | |
-| Ruby | https://github.com/Fryie/ipfs-ruby | |
-| Swift | https://github.com/NeoTeo/ipfs-osx-service | |
-| PHP | https://github.com/cloutier/php-ipfs-api | |
-| | https://github.com/digitalkaoz/php-ipfs-api | |
-| C# | https://github.com/TrekDev/net-ipfs-api | |
-| | https://github.com/richardschneider/net-ipfs-api | |
-| C++ | https://github.com/vasild/cpp-ipfs-api | |
-| Julia | contact: [@rened](https://github.com/rened) | 0% |
-| Lua | contact: [@seclorum](https://github.com/seclorum) | 0% |
-| Erlang | https://github.com/hendry19901990/erlang-ipfs-api |  |
-| Objective C | ! | 0% |
+| Language    | Client Library | Completeness |
+|-------------|----------------|--------------|
+| Go          | https://github.com/ipfs/go-ipfs-api               | |
+| Java        | https://github.com/ipfs/java-ipfs-api             | |
+| JavaScript  | https://github.com/ipfs/js-ipfs-api               | |
+| Python      | https://github.com/ipfs/py-ipfs-api               | |
+| Scala       | https://github.com/ipfs/scala-ipfs-api            | |
+| Haskell     | https://github.com/davidar/hs-ipfs-api            | |
+| Swift       | https://github.com/ipfs/swift-ipfs-api            | |
+| CommonLisp  | https://github.com/WeMeetAgain/cl-ipfs-api        | |
+| Rust        | https://github.com/rschulman/rust-ipfs-api        | |
+| Ruby        | https://github.com/Fryie/ipfs-ruby                | |
+| Swift       | https://github.com/NeoTeo/ipfs-osx-service        | |
+| PHP         | https://github.com/cloutier/php-ipfs-api          | |
+|             | https://github.com/digitalkaoz/php-ipfs-api       | |
+| C#          | https://github.com/TrekDev/net-ipfs-api           | |
+|             | https://github.com/richardschneider/net-ipfs-api  | |
+| C++         | https://github.com/vasild/cpp-ipfs-api            | |
+| Julia       | contact: [@rened](https://github.com/rened)       | 0% |
+| Lua         | contact: [@seclorum](https://github.com/seclorum) | 0% |
+| Erlang      | https://github.com/hendry19901990/erlang-ipfs-api |  |
+| Objective C | !                                                 | 0% |
 
 Please help by contributing to one of the above client libraries. If you would like to create another, please see the [IPFS API Client Implementation Guide](https://github.com/ipfs/go-ipfs/blob/master/docs/implement-api-bindings.md), and [tell us](https://github.com/ipfs/ipfs/issues/83) so we can help!