Skip to content

Commit 42f93c5

Browse files
committed
update readme
1 parent e7ba5db commit 42f93c5

File tree

2 files changed

+5
-23
lines changed

2 files changed

+5
-23
lines changed

README.md

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,12 @@ scalajs-react-components
55

66
Reusable [scalajs-react] (https://github.com/japgolly/scalajs-react) components
77

8-
#### Status
9-
10-
Its work in progress...
118

129
#### Setup
1310

14-
Library is not published to maven central as its still work in progress
15-
16-
To publish Locally :
17-
18-
```scala
19-
git clone https://github.com/chandu0101/scalajs-react-components
20-
cd scalajs-react-components
21-
sbt publishLocal
22-
23-
```
24-
Using in Projects :
2511
```scala
2612
// add this line to your build.sbt
27-
libraryDependencies += "com.chandu0101.scalajs-react-components" %%% "core" % "0.1.0"
13+
libraryDependencies += "com.github.chandu0101.scalajs-react-components" %%% "core" % "0.1.0"
2814

2915
```
3016

@@ -46,10 +32,6 @@ http://localhost:8090/
4632

4733
```
4834

49-
#### Docs
50-
51-
http://chandu0101.github.io/sjrc/docs
52-
53-
#### Contribute
54-
http://chandu0101.github.io/sjrc/#contribute
35+
#### Contribute
36+
[Guidelines](https://github.com/chandu0101/scalajs-react-components/blob/master/doc/CONTRIBUTE.md)
5537

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ object ScalajsReactComponents extends Build {
1616
def commonSettings: PE =
1717
_.enablePlugins(ScalaJSPlugin)
1818
.settings(
19-
organization := "com.chandu0101.scalajs-react-components",
19+
organization := "com.github.chandu0101.scalajs-react-components",
2020
version := "0.1.0",
2121
homepage := Some(url("https://github.com/chandu0101/scalajs-react-components")),
2222
licenses += ("Apache-2.0", url("http://opensource.org/licenses/Apache-2.0")),
@@ -44,7 +44,7 @@ object ScalajsReactComponents extends Build {
4444
},
4545
pomExtra :=
4646
<scm>
47-
<connection>scm:git:github.com/japgolly/scalajs-react</connection>
47+
<connection>scm:git:github.com:chandu0101/scalajs-react-components</connection>
4848
<developerConnection>scm:git:git@github.com:chandu0101/scalajs-react-components.git</developerConnection>
4949
<url>github.com:chandu0101/scalajs-react-components.git</url>
5050
</scm>

0 commit comments

Comments
 (0)