Skip to content

Commit 3bf00b4

Browse files
committed
fix: add google-auth package
1 parent ad60236 commit 3bf00b4

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
1-
# CoCreate-S
1+
# CoCreateJS
22

3-
A simple S component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/S)
3+
A simple S component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/CoCreateJS)
44

5-
![GitHub file size in bytes](https://img.shields.io/github/size/CoCreate-app/CoCreate-S/dist/CoCreate-S.min.js?label=minified%20size&style=for-the-badge)
6-
![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-S?style=for-the-badge)
7-
![GitHub](https://img.shields.io/github/license/CoCreate-app/CoCreate-S?style=for-the-badge)
8-
![GitHub labels](https://img.shields.io/github/labels/CoCreate-app/CoCreate-S/help%20wanted?style=for-the-badge)
5+
![GitHub file size in bytes](https://img.shields.io/github/size/CoCreate-app/CoCreateJS/dist/CoCreateJS.min.js?label=minified%20size&style=for-the-badge)
6+
![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreateJS?style=for-the-badge)
7+
![GitHub](https://img.shields.io/github/license/CoCreate-app/CoCreateJS?style=for-the-badge)
8+
![GitHub labels](https://img.shields.io/github/labels/CoCreate-app/CoCreateJS/help%20wanted?style=for-the-badge)
99

10-
![CoCreate-S](https://cdn.cocreate.app/docs/CoCreate-S.gif)
10+
![CoCreateJS](https://cdn.cocreate.app/docs/CoCreateJS.gif)
1111

12-
## [Docs & Demo](https://cocreate.app/docs/S)
12+
## [Docs & Demo](https://cocreate.app/docs/CoCreateJS)
1313

14-
For a complete guide and working demo refer to the [doumentation](https://cocreate.app/docs/S)
14+
For a complete guide and working demo refer to the [doumentation](https://cocreate.app/docs/CoCreateJS)
1515

1616
## CDN
1717

1818
```html
19-
<script src="https://cdn.cocreate.app/S/latest/CoCreate-S.min.js"></script>
19+
<script src="https://cdn.cocreate.app/CoCreateJS/latest/CoCreateJS.min.js"></script>
2020
```
2121

2222
```html
23-
<script src="https://cdn.cocreate.app/S/latest/CoCreate-S.min.css"></script>
23+
<script src="https://cdn.cocreate.app/CoCreateJS/latest/CoCreateJS.min.css"></script>
2424
```
2525

2626
## NPM
2727

2828
```shell
29-
$ npm install @cocreate/S
29+
$ npm install @cocreate/CoCreateJS
3030
```
3131

3232
# Table of Contents
@@ -42,34 +42,34 @@ $ npm install @cocreate/S
4242

4343
# Announcements
4444

45-
All updates to this library are documented in our [CHANGELOG](https://github.com/CoCreate-app/CoCreate-S/blob/master/CHANGELOG.md) and [releases](https://github.com/CoCreate-app/CoCreate-S/releases). You may also subscribe to email for releases and breaking changes.
45+
All updates to this library are documented in our [CHANGELOG](https://github.com/CoCreate-app/CoCreateJS/blob/master/CHANGELOG.md) and [releases](https://github.com/CoCreate-app/CoCreateJS/releases). You may also subscribe to email for releases and breaking changes.
4646

4747
<a name="roadmap"></a>
4848

4949
# Roadmap
5050

51-
If you are interested in the future direction of this project, please take a look at our open [issues](https://github.com/CoCreate-app/CoCreate-S/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-S/pulls). We would love to hear your feedback.
51+
If you are interested in the future direction of this project, please take a look at our open [issues](https://github.com/CoCreate-app/CoCreateJS/issues) and [pull requests](https://github.com/CoCreate-app/CoCreateJS/pulls). We would love to hear your feedback.
5252

5353
<a name="about"></a>
5454

5555
# About
5656

57-
CoCreate-S is guided and supported by the CoCreate Developer Experience Team.
57+
CoCreateJS is guided and supported by the CoCreate Developer Experience Team.
5858

5959
Please Email the Developer Experience Team [here](mailto:develop@cocreate.app) in case of any queries.
6060

61-
CoCreate-S is maintained and funded by CoCreate. The names and logos for CoCreate are trademarks of CoCreate, LLC.
61+
CoCreateJS is maintained and funded by CoCreate. The names and logos for CoCreate are trademarks of CoCreate, LLC.
6262

6363
<a name="contribute"></a>
6464

6565
# How to Contribute
6666

67-
We encourage contribution to our libraries (you might even score some nifty swag), please see our [CONTRIBUTING](https://github.com/CoCreate-app/CoCreate-S/blob/master/CONTRIBUTING.md) guide for details.
67+
We encourage contribution to our libraries (you might even score some nifty swag), please see our [CONTRIBUTING](https://github.com/CoCreate-app/CoCreateJS/blob/master/CONTRIBUTING.md) guide for details.
6868

69-
We want this library to be community-driven, and CoCreate led. We need your help to realize this goal. To help make sure we are building the right things in the right order, we ask that you create [issues](https://github.com/CoCreate-app/CoCreate-S/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-S/pulls) or merely upvote or comment on existing issues or pull requests.
69+
We want this library to be community-driven, and CoCreate led. We need your help to realize this goal. To help make sure we are building the right things in the right order, we ask that you create [issues](https://github.com/CoCreate-app/CoCreateJS/issues) and [pull requests](https://github.com/CoCreate-app/CoCreateJS/pulls) or merely upvote or comment on existing issues or pull requests.
7070

7171
We appreciate your continued support, thank you!
7272

7373
# License
7474

75-
[The MIT License (MIT)](https://github.com/CoCreate-app/CoCreate-S/blob/master/LICENSE)
75+
[The MIT License (MIT)](https://github.com/CoCreate-app/CoCreateJS/blob/master/LICENSE)

0 commit comments

Comments
 (0)