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

Documentation mistake #41

Closed
ManjitBedi opened this issue Oct 16, 2018 · 2 comments
Closed

Documentation mistake #41

ManjitBedi opened this issue Oct 16, 2018 · 2 comments

Comments

@ManjitBedi
Copy link

The pod file statements are missing commas.

pod "LocalizationKit" "~>4.0.3" // Swift 4
pod "LocalizationKit" "~>3.0.12" // Swift 3.2

Should be:

pod "LocalizationKit", "~>4.0.3" # Swift 4
pod "LocalizationKit", "~>3.0.12" # Swift 3.2
@ManjitBedi ManjitBedi changed the title Docuementation mistake Documentation mistake Oct 16, 2018
@shoaibahmedqureshi
Copy link

Thanks Manjit for pointing it out. I fixed it and created a pull request which will hopefully be merged.

@willpowell8
Copy link
Owner

I have resolved readme

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

No branches or pull requests

3 participants