Skip to content

Commit

Permalink
little fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Jan 15, 2014
1 parent 1d32be3 commit 0f54471
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -16,7 +16,7 @@ The project goal is to provide an eventstore implementation for node.js:
choose one of the existing storage implementation or provide your own:

// for mongoDb
npm install eventstore.mongoDb
npm install eventstore.mongodb

// for redis
npm install eventstore.redis
Expand Down Expand Up @@ -192,7 +192,7 @@ If you want to replay all events of a particular aggregate or stream you can do

# License

Copyright (c) 2013 Jan Muehlemann, Adriano Raiano
Copyright (c) 2014 Jan Muehlemann, Adriano Raiano

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion license
@@ -1,4 +1,4 @@
Copyright (c) 2013 Jan Muehlemann, Adriano Raiano
Copyright (c) 2014 Jan Muehlemann, Adriano Raiano

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 0f54471

Please sign in to comment.