Skip to content

Commit ca4dddc

Browse files
committed
Fix typo in readme
1 parent 7422780 commit ca4dddc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
By [Splitwise](https://www.splitwise.com)
44

5-
Cacheable is a gem which intends to adds method caching in an [aspect-oriented programming (AOP)](https://en.wikipedia.org/wiki/Aspect-oriented_programming) fashion in Ruby. Its core goals are:
5+
Cacheable is a gem which intends to add method caching in an [aspect-oriented programming (AOP)](https://en.wikipedia.org/wiki/Aspect-oriented_programming) fashion in Ruby. Its core goals are:
66

77
* ease of use (method annotation)
88
* flexibility (simple adaptablability for any cache backend)

0 commit comments

Comments
 (0)