Skip to content

Commit ff13cb3

Browse files
committed
Add GH Actions badge to README
1 parent 0df3148 commit ff13cb3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
SolidusSocial
22
=============
33

4-
[![CircleCI](https://circleci.com/gh/solidusio-contrib/solidus_social.svg?style=svg)](https://circleci.com/gh/solidusio-contrib/solidus_social)
4+
[![Test](https://github.com/solidusio-contrib/solidus_social/actions/workflows/test.yml/badge.svg)](https://github.com/solidusio-contrib/solidus_social/actions/workflows/test.yml)
55
[![Code Climate](https://codeclimate.com/github/solidusio-contrib/solidus_social/badges/gpa.svg)](https://codeclimate.com/github/solidusio-contrib/solidus_social)
66

77
Social login support for Solidus. Solidus Social handles authorization, account
88
creation and association through third-party services.
99
Currently Google, Facebook, Github and X (formely Twitter) are available out of the box.
10-
Support for Apple ID and Microsoft (Entra and O365) might be offered down the road.
10+
Support for Apple ID and Microsoft (Entra and O365) might be offered down the road.
1111

1212
Installation
1313
------------
@@ -26,8 +26,8 @@ bundle exec rails g solidus_social:install
2626
bundle exec rails db:migrate
2727
```
2828

29-
Preference(optional): By default the login path will be `/users/auth/:provider`. If you wish to modify the url to:
30-
`/member/auth/:provider`, `/profile/auth/:provider`, or `/auth/:provider` then you can do this accordingly in
29+
Preference(optional): By default the login path will be `/users/auth/:provider`. If you wish to modify the url to:
30+
`/member/auth/:provider`, `/profile/auth/:provider`, or `/auth/:provider` then you can do this accordingly in
3131
your **config/initializers/spree.rb** file as described below:
3232

3333
```ruby

0 commit comments

Comments
 (0)