We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8411b2 commit 2ea9ed8Copy full SHA for 2ea9ed8
3 files changed
example/README.md
@@ -0,0 +1,4 @@
1
+matrix-react-example
2
+====================
3
+
4
+A simple example of how to use the Matrix React SDK
example/package.json
@@ -3,6 +3,10 @@
"version": "0.0.1",
"description": "Example usage of matrix-react-sdk",
5
"author": "matrix.org",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/matrix-org/matrix-react-sdk"
9
+ },
10
"license": "Apache 2",
11
"devDependencies": {
12
"browserify": "^10.2.3",
package.json
"description": "SDK for matrix.org using React",
"main": "build/index.js",
"scripts": {
0 commit comments