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

Update README.md #542

Merged
merged 1 commit into from
Jul 26, 2023
Merged

Update README.md #542

merged 1 commit into from
Jul 26, 2023

Conversation

rg3h
Copy link
Contributor

@rg3h rg3h commented Jul 25, 2023

README.md - documentation for sentences API was missing the .text() call
README.md - re-ordered images API documentation so it is text(), json(), wikitext() to match the other API documentation.

API documentation for sentences was missing the .text() call
Re-ordered images API so it is text(), json(), wikitext() like the other api documentation
@spencermountain
Copy link
Owner

thank you!

@spencermountain spencermountain merged commit 8e7e5a3 into spencermountain:master Jul 26, 2023
3 checks passed
@rg3h
Copy link
Contributor Author

rg3h commented Jul 26, 2023 via email

@spencermountain
Copy link
Owner

I'm not a git expert, but this is how I've done it, in the past:

#setup once
git clone git@github.com:rg3h/wtf_wikipedia.git
cd wtf_wikipedia
git remote add upstream git://github.com/spencermountain/wtf_wikipedia.git

#update fork, periodically
git fetch upstream
git pull upstream master

you can add them as a bash alias, with something like this:

updateFork() {
  git fetch upstream
  git pull upstream master
}

will take a look at publishing the webpage tmrw, unless the bluejays are playing well - then it'll have to be sunday.
have a good weekend

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.

None yet

2 participants