From 7674fd4f186c49898a74375b51ea8a9d32088def Mon Sep 17 00:00:00 2001 From: Janaka Date: Sun, 14 Apr 2019 01:01:17 +0530 Subject: [PATCH] Fix documentation error Fix documentation error about the package name. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 32abf9f..ff0874f 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ Simple library for adding a floating bubble in your application! ## Installation ```java -compile 'com.github.bijoysingh.floating-bubble:3.0.0' +compile 'com.github.bijoysingh:floating-bubble:3.0.0' -// compile 'com.github.bijoysingh.floating-bubble:2.0.0' for Android Support v27 -// compile 'com.github.bijoysingh.floating-bubble:1.2.0' for Android Support v26 +// compile 'com.github.bijoysingh:floating-bubble:2.0.0' for Android Support v27 +// compile 'com.github.bijoysingh:floating-bubble:1.2.0' for Android Support v26 ``` ## Demos @@ -115,4 +115,4 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -``` \ No newline at end of file +```