Skip to content

Commit

Permalink
Fix example in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbolvansky authored and elshize committed Apr 8, 2024
1 parent ea63fe7 commit c133340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Porter2 stemming library
#include "Porter2/Porter2.hpp"

int main(int argc, char **argv) {
stem::Porter2 stemmer;
porter2::Stemmer stemmer;
auto thestem = stemmer.stem("eating");
std::cout << thestem << std::endl; // eat
return 0;
Expand Down

0 comments on commit c133340

Please sign in to comment.