Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename Rspotify to RSpotify #338

Merged
merged 1 commit into from
Jul 22, 2022
Merged

Rename Rspotify to RSpotify #338

merged 1 commit into from
Jul 22, 2022

Conversation

marioortizmanero
Copy link
Collaborator

@marioortizmanero marioortizmanero commented Jul 20, 2022

Description

This renames Rspotify to RSpotify by using:

  • find . -type f -name '*.rs' -exec sed -i 's/Rspotify/RSpotify/g' {} \;
  • find . -type f -name '*.md' -exec sed -i 's/Rspotify/RSpotify/g' {} \;

Motivation and Context

#323 (comment)

Dependencies

None

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

How has this been tested?

CI still passes

Is this change properly documented?

No need

@ramsayleung
Copy link
Owner

Great job!

@ramsayleung ramsayleung merged commit 9197a90 into master Jul 22, 2022
@ramsayleung ramsayleung deleted the rename branch July 22, 2022 03:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants