From 7fe6e94242f44e0ffa01c191e673afb5a70b3e37 Mon Sep 17 00:00:00 2001 From: Anthony Tripaldi Date: Mon, 12 Nov 2018 16:30:28 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f7bba5..f653068 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ repositories { And then in your app gradle, add the dependency for shadercam: ``` -implementation 'com.github.uncorkedstudios:shadercam:2.0.1' +implementation 'com.github.googlecreativelab:shadercam:2.0.1' ``` Integration Example @@ -138,4 +138,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 +```